GroebnerStrategy
.
More...
#include <GroebnerOptions.h>
Public Member Functions | |
GroebnerOptions (bool redTailInLastBlock=false, bool lazy=false) | |
Constructor with default settings. | |
Public Attributes | |
bool | optRedTailInLastBlock |
bool | optLazy |
std::string | matrixPrefix |
bool | optDrawMatrices |
bool | optModifiedLinearAlgebra |
bool | optDelayNonMinimals |
bool | enabledLog |
bool | optExchange |
bool | optHFE |
bool | optStepBounded |
bool | optAllowRecursion |
bool | optLinearAlgebraInLastBlock |
bool | reduceByTailReduced |
GroebnerStrategy
.
optRedTailInLastBlock
and optLazy
are problem dependent. polybori::groebner::GroebnerOptions::GroebnerOptions | ( | bool | redTailInLastBlock = false , |
|
bool | lazy = false | |||
) | [inline] |
Constructor with default settings.
Referenced by polybori::groebner::GroebnerStrategy::addAsYouWish().
Referenced by polybori::groebner::parallel_reduce().
Referenced by polybori::groebner::GroebnerStrategy::faugereStepDense().
Referenced by polybori::groebner::GroebnerStrategy::addAsYouWish().
Referenced by polybori::groebner::parallel_reduce().
Referenced by polybori::groebner::parallel_reduce().
Referenced by polybori::groebner::GroebnerStrategy::addGeneratorTrySplit().
Referenced by polybori::groebner::parallel_reduce().