#include <lemon/clp.h>
Public Member Functions | |
ClpLp () | |
| |
ClpLp (const ClpLp &) | |
| |
~ClpLp () | |
| |
virtual ClpLp * | newSolver () const |
| |
virtual ClpLp * | cloneSolver () const |
| |
SolveExitStatus | solvePrimal () |
Solves LP with primal simplex method. | |
SolveExitStatus | solveDual () |
Solves LP with dual simplex method. | |
SolveExitStatus | solveBarrier () |
Solves LP with barrier method. | |
int | clpRow (Row r) const |
Returns the constraint identifier understood by CLP. | |
int | clpCol (Col c) const |
Returns the variable identifier understood by CLP. |