#include <lemon/lp_glpk.h>
Inherits LpSolverBase.
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 () |
|
|
|
|
FIXME Of course this is not efficient at all, but GLPK knows not more. |
|
Implements LpSolverBase. |
|
Implements LpSolverBase. |
|
Set the verbosity of the messages
|
|
Turns on ( The presolver is off by default. |