|
Frobby 0.9.7
|
#include <vector>#include <ostream>#include <string>Go to the source code of this file.
Classes | |
| class | PivotStrategy |
| A pivot selection strategy for the Euler algorithm. More... | |
Functions | |
| unique_ptr< PivotStrategy > | newDefaultPivotStrategy () |
| unique_ptr< PivotStrategy > | newStdPivotStrategy (const string &name) |
| unique_ptr< PivotStrategy > | newGenPivotStrategy (const string &name) |
| unique_ptr< PivotStrategy > | newHybridPivotStrategy (unique_ptr< PivotStrategy > stdStrat, unique_ptr< PivotStrategy > genStrat) |
| unique_ptr< PivotStrategy > | newDebugPivotStrategy (unique_ptr< PivotStrategy > strat, FILE *out) |
| unique_ptr< PivotStrategy > | newStatisticsPivotStrategy (unique_ptr< PivotStrategy > strat, FILE *out) |
| unique_ptr< PivotStrategy > newDebugPivotStrategy | ( | unique_ptr< PivotStrategy > | strat, |
| FILE * | out ) |
Definition at line 949 of file PivotStrategy.cpp.
| unique_ptr< PivotStrategy > newDefaultPivotStrategy | ( | ) |
Definition at line 959 of file PivotStrategy.cpp.
| unique_ptr< PivotStrategy > newGenPivotStrategy | ( | const string & | name | ) |
Definition at line 916 of file PivotStrategy.cpp.
| unique_ptr< PivotStrategy > newHybridPivotStrategy | ( | unique_ptr< PivotStrategy > | stdStrat, |
| unique_ptr< PivotStrategy > | genStrat ) |
Definition at line 943 of file PivotStrategy.cpp.
| unique_ptr< PivotStrategy > newStatisticsPivotStrategy | ( | unique_ptr< PivotStrategy > | strat, |
| FILE * | out ) |
Definition at line 954 of file PivotStrategy.cpp.
| unique_ptr< PivotStrategy > newStdPivotStrategy | ( | const string & | name | ) |
Definition at line 905 of file PivotStrategy.cpp.