Frobby
0.9.5
|
#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 | |
auto_ptr< PivotStrategy > | newDefaultPivotStrategy () |
auto_ptr< PivotStrategy > | newStdPivotStrategy (const string &name) |
auto_ptr< PivotStrategy > | newGenPivotStrategy (const string &name) |
auto_ptr< PivotStrategy > | newHybridPivotStrategy (auto_ptr< PivotStrategy > stdStrat, auto_ptr< PivotStrategy > genStrat) |
auto_ptr< PivotStrategy > | newDebugPivotStrategy (auto_ptr< PivotStrategy > strat, FILE *out) |
auto_ptr< PivotStrategy > | newStatisticsPivotStrategy (auto_ptr< PivotStrategy > strat, FILE *out) |
auto_ptr<PivotStrategy> newDebugPivotStrategy | ( | auto_ptr< PivotStrategy > | strat, |
FILE * | out | ||
) |
Definition at line 949 of file PivotStrategy.cpp.
auto_ptr<PivotStrategy> newDefaultPivotStrategy | ( | ) |
Definition at line 959 of file PivotStrategy.cpp.
auto_ptr<PivotStrategy> newGenPivotStrategy | ( | const string & | name | ) |
Definition at line 916 of file PivotStrategy.cpp.
auto_ptr<PivotStrategy> newHybridPivotStrategy | ( | auto_ptr< PivotStrategy > | stdStrat, |
auto_ptr< PivotStrategy > | genStrat | ||
) |
Definition at line 943 of file PivotStrategy.cpp.
auto_ptr<PivotStrategy> newStatisticsPivotStrategy | ( | auto_ptr< PivotStrategy > | strat, |
FILE * | out | ||
) |
Definition at line 954 of file PivotStrategy.cpp.
auto_ptr<PivotStrategy> newStdPivotStrategy | ( | const string & | name | ) |
Definition at line 905 of file PivotStrategy.cpp.