|
Classes |
| class | LpSolverBase |
| | Common base class for LP solvers. More...
|
| class | Col |
| | Refer to a column of the LP. More...
|
| class | Row |
| | Refer to a row of the LP. More...
|
| class | Expr |
| | Linear expression of variables and a constant component. More...
|
| class | Constr |
| | Linear constraint. More...
|
| class | DualExpr |
| | Linear expression of rows. More...
|
| class | MipSolverBase |
| | Common base class for MIP solvers. More...
|
Namespaces |
| namespace | lemon |
| | The namespace of LEMON.
|
Functions |
| template<typename T > |
| bool | isFinite (T value) |
| | Function to decide whether a floating point value is finite or not.
|