1 #ifndef POLYS_NC_GB_HACK_H
2 #define POLYS_NC_GB_HACK_H
6 #ifdef PLURAL_INTERNAL_DECLARATIONS
30 poly kNF(ideal, ideal,
poly,
int,
int,
const ring _currRing);
34 # ifdef PLURAL_INTERNAL_DECLARATIONS_GB_HACK
36 extern void WerrorS(
const char *);
38 # define STR_EXPAND(tok) #tok
39 # define D(A) A{ WerrorS("This is a hack. Function is not defined: " STR_EXPAND(A) ); return NULL; (void)(_currRing); }
55 #endif // # ifdef PLURAL_INTERNAL_DECLARATIONS_GB_HACK
56 #endif // PLURAL_INTERNAL_DECLARATIONS
60 #endif // POLYS_NC_GB_HACK_H
ideal gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
ideal gnc_gr_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
ideal(* GB_Proc_Ptr)(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring)
poly kNF(ideal, ideal, poly, int, int, const ring _currRing)
NOTE: this is just a wrapper which sets currRing for the actual kNF call.
void WerrorS(const char *)
ideal sca_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified modern Sinuglar Buchberger's algorithm.
ideal sca_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified Plural's Buchberger's algorithmus.
ideal sca_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified modern Sinuglar Mora's algorithm.