This class implements the common interface of the CPLEX LP and MIP solvers.
#include <lemon/cplex.h>
Inheritance diagram for CplexBase: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. | |
| const cpxenv* cplexEnv | ( | ) | const [inline] |
| cpxenv* cplexEnv | ( | ) | [inline] |
1.7.3