Detailed Description
This class implements the common interface of the CPLEX LP and MIP solvers.
#include <lemon/cplex.h>
List of all members.
Public Member Functions |
const CplexEnv & | env () const |
| Returns the used CplexEnv instance.
|
const cpxenv * | cplexEnv () const |
| Returns the const cpxenv pointer.
|
cpxenv * | cplexEnv () |
| Returns the const cpxenv pointer.
|
cpxlp * | cplexLp () |
| Returns the cplex problem object.
|
const cpxlp * | cplexLp () const |
| Returns the cplex problem object.
|
Member Function Documentation
const cpxenv* cplexEnv |
( |
|
) |
const [inline] |
- Note:
- The cpxenv might be destructed with the solver.
cpxenv* cplexEnv |
( |
|
) |
[inline] |
- Note:
- The cpxenv might be destructed with the solver.