This class implements an interface for the GLPK LP solver.
#include <lemon/glpk.h>
Inheritance diagram for GlpkLp:Public Member Functions | |
| GlpkLp () | |
| | |
| GlpkLp (const GlpkLp &) | |
| | |
| virtual GlpkLp * | cloneSolver () const |
| | |
| virtual GlpkLp * | newSolver () const |
| | |
| SolveExitStatus | solvePrimal () |
| Solve with primal simplex. | |
| SolveExitStatus | solveDual () |
| Solve with dual simplex. | |
| void | presolver (bool presolve) |
| Turns on or off the presolver. | |
| void presolver | ( | bool | presolve | ) |
Turns on (b is true) or off (b is false) the presolver
The presolver is off by default.
1.7.3