GlpkLp Class Reference
[Lp and Mip Solvers]


Detailed Description

This class implements an interface for the GLPK LP solver. #include <lemon/glpk.h>

Inheritance diagram for GlpkLp:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 GlpkLp ()
 
 GlpkLp (const GlpkLp &)
 
virtual GlpkLpcloneSolver () const
 
virtual GlpkLpnewSolver () const
 
SolveExitStatus solvePrimal ()
 Solve with primal simplex.
SolveExitStatus solveDual ()
 Solve with dual simplex.
void presolver (bool presolve)
 Turns on or off the presolver.


Member Function Documentation

void presolver ( bool  presolve  ) 

Turns on (b is true) or off (b is false) the presolver

The presolver is off by default.


Generated on Wed May 13 09:53:02 2009 for LEMON by  doxygen 1.5.9