This class implements the common interface of the GLPK LP and MIP solver.
#include <lemon/glpk.h>
Inheritance diagram for GlpkBase:Public Member Functions | |
| _solver_bits::VoidPtr | lpx () |
| Pointer to the underlying GLPK data structure. | |
| _solver_bits::VoidPtr | lpx () const |
| Const pointer to the underlying GLPK data structure. | |
| int | lpxRow (Row r) const |
| Returns the constraint identifier understood by GLPK. | |
| int | lpxCol (Col c) const |
| Returns the variable identifier understood by GLPK. | |
1.7.3