#include <lemon/lp_cplex.h>
Inherits LpSolverBase.
Inherited by MipCplex.
Inheritance diagram for LpCplex:
Public Member Functions | |
LpCplex () | |
| |
~LpCplex () | |
| |
Public Attributes | |
int | status |
| |
Protected Member Functions | |
virtual void | _getColName (int col, std::string &name) |
virtual void | _setColName (int col, const std::string &name) |
virtual void | _setRowCoeffs (int i, int length, const int *indices, const Value *values) |
| |
virtual SolveExitStatus | _solve () |
|
void _getColName | ( | int | col, | |
std::string & | name | |||
) | [protected, virtual] |
Implements LpSolverBase.
void _setColName | ( | int | col, | |
const std::string & | name | |||
) | [protected, virtual] |
Implements LpSolverBase.