#include <lemon/lp_cplex.h>
Public Member Functions | |
LpCplex () | |
| |
LpCplex (const LpCplex &) | |
| |
~LpCplex () | |
| |
Public Attributes | |
int | status |
| |
Protected Member Functions | |
virtual void | _getColName (int col, std::string &name) const |
virtual void | _setColName (int col, const std::string &name) |
virtual void | _setRowCoeffs (int i, ConstRowIterator b, ConstRowIterator e) |
virtual void | _getRowCoeffs (int i, RowIterator b) const |
void _getColName | ( | int | col, | |
std::string & | name | |||
) | const [protected, virtual] |
void _setColName | ( | int | col, | |
const std::string & | name | |||
) | [protected, virtual] |
void _setRowCoeffs | ( | int | i, | |
ConstRowIterator | b, | |||
ConstRowIterator | e | |||
) | [protected, virtual] |
void _getRowCoeffs | ( | int | i, | |
RowIterator | b | |||
) | const [protected, virtual] |