LpCplex Class Reference
#include <lemon/lp_cplex.h>
List of all members.
Detailed Description
This class implements an interface for the CPLEX LP solver.
Member Function Documentation
void _getColName |
( |
int |
col, |
|
|
std::string & |
name | |
|
) |
| | const [protected, virtual] |
void _setColName |
( |
int |
col, |
|
|
const std::string & |
name | |
|
) |
| | [protected, virtual] |
- Warning:
- Data at index 0 is ignored in the arrays.
Implements LpSolverBase.
void _getRowCoeffs |
( |
int |
i, |
|
|
RowIterator |
b | |
|
) |
| | const [protected, virtual] |
The documentation for this class was generated from the following files: