MCPcopy Create free account
hub / github.com/Singular/Singular / nextCandidate

Method nextCandidate

kernel/fglm/fglmzero.cc:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466fglmSelem
467fglmSdata::nextCandidate()
468{
469 fglmSelem result = nlist.getFirst();
470 nlist.removeFirst();
471 return result;
472}
473
474// Multiplies basis[basisSize] with all ringvariables and inserts the new monomials
475// into the list of candidates, according to the given order. If a monomial already

Callers 2

GroebnerViaFunctionalsFunction · 0.80

Calls 2

removeFirstMethod · 0.80
getFirstMethod · 0.45

Tested by

no test coverage detected