Frobby
0.9.5
|
#include <BigattiParams.h>
Public Member Functions | |
BigattiParams (const CliParams &cli) | |
bool | getUseGenericBaseCase () const |
Returns whether to detect generic monomial ideals as a base case. More... | |
void | setPivot (const string &name) |
const string & | getPivot () const |
Returns the name of the pivot selection strategy used for pivots splits. More... | |
void | useGenericBaseCase (bool value) |
bool | getWidenPivot () const |
Returns whether to widen the pivots of pivot splits. More... | |
void | widenPivot (bool value) |
Public Member Functions inherited from SliceLikeParams | |
SliceLikeParams () | |
bool | getUseSimplification () const |
Apply simplification to the state of the algorithm when possible. More... | |
void | useSimplification (bool value) |
Public Member Functions inherited from CommonParams | |
CommonParams () | |
bool | getIdealIsMinimal () const |
Returns whether the input ideal is known to be minimally generated. More... | |
void | idealIsMinimal (bool value) |
bool | getPrintActions () const |
Returns whether to print and time the large-scale actions that Frobby performs. More... | |
void | printActions (bool value) |
const string & | getInputFormat () const |
Returns the format used for parsing input. More... | |
void | setInputFormat (const string &value) |
const string & | getOutputFormat () const |
Returns the format in which output is produced. More... | |
void | setOutputFormat (const string &value) |
bool | getProduceCanonicalOutput () const |
Returns whether to produce output in a canonical representation. More... | |
void | produceCanonicalOutput (bool value) |
bool | getPrintDebug () const |
Returns whether to print information about what the algorithm is doing to standard error as it runs. More... | |
void | printDebug (bool value) |
bool | getPrintStatistics () const |
Returns whether to print statistics on what the algorithm did to standard error after it has run. More... | |
void | printStatistics (bool value) |
Private Attributes | |
string | _pivot |
bool | _widenPivot |
bool | _useGenericBaseCase |
Definition at line 25 of file BigattiParams.h.
BigattiParams::BigattiParams | ( | const CliParams & | cli | ) |
Definition at line 23 of file BigattiParams.cpp.
|
inline |
Returns the name of the pivot selection strategy used for pivots splits.
Definition at line 36 of file BigattiParams.h.
|
inline |
Returns whether to detect generic monomial ideals as a base case.
Definition at line 31 of file BigattiParams.h.
|
inline |
Returns whether to widen the pivots of pivot splits.
Definition at line 40 of file BigattiParams.h.
|
inline |
Definition at line 32 of file BigattiParams.h.
|
inline |
Definition at line 37 of file BigattiParams.h.
|
inline |
Definition at line 41 of file BigattiParams.h.
|
private |
Definition at line 44 of file BigattiParams.h.
|
private |
Definition at line 46 of file BigattiParams.h.
|
private |
Definition at line 45 of file BigattiParams.h.