Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawGroebnerWalk()

Computation * rawGroebnerWalk ( const Matrix * gb,
const MonomialOrdering * order1 )

Definition at line 218 of file groebner.cpp.

220{
221 try
222 {
223 return GBWalker::create(gb, order1);
224 } catch (const exc::engine_error& e)
225 {
226 ERROR(e.what());
227 return nullptr;
228 }
229}
static GBWalker * create(MarkedGB *G0, long **order1, long **order2)
void gb(IntermediateBasis &F, int n)
const int ERROR
Definition m2-mem.cpp:55

References GBWalker::create(), ERROR, gb(), and Matrix.