Frobby
0.9.5
|
#include <SliceLikeParams.h>
Public Member Functions | |
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 | |
bool | _useSimplification |
Definition at line 25 of file SliceLikeParams.h.
SliceLikeParams::SliceLikeParams | ( | ) |
Definition at line 23 of file SliceLikeParams.cpp.
|
inline |
Apply simplification to the state of the algorithm when possible.
E.g. slices have a notion of simplification, as does the Bigatti algorithm.
Definition at line 32 of file SliceLikeParams.h.
|
inline |
Definition at line 33 of file SliceLikeParams.h.
|
private |
Definition at line 36 of file SliceLikeParams.h.