#include <lemon/lp_glpk.h>
Inherits LpSolverBase.
Inherited by MipGlpk.
Inheritance diagram for LpGlpk:
Public Member Functions | |
LpGlpk () | |
void | messageLevel (int m) |
Set the verbosity of the messages. | |
void | presolver (bool b) |
Turns on or off the presolver. | |
Protected Member Functions | |
virtual LpSolverBase & | _newLp () |
| |
virtual LpSolverBase & | _copyLp () |
| |
virtual void | _setCoeff (int row, int col, Value value) |
virtual SolveExitStatus | _solve () |
| |
virtual SolutionStatus | _getPrimalStatus () |
|
LpGlpk | ( | ) |
void _setCoeff | ( | int | row, | |
int | col, | |||
Value | value | |||
) | [protected, virtual] |
LpGlpk::SolveExitStatus _solve | ( | ) | [protected, virtual] |
LpGlpk::SolutionStatus _getPrimalStatus | ( | ) | [protected, virtual] |
void messageLevel | ( | int | m | ) |
Set the verbosity of the messages
m | is the level of the messages output by the solver routines. The possible values are:
|
void presolver | ( | bool | b | ) |
Turns on (b
is true
) or off (b
is false
) the presolver
The presolver is off by default.