|
Osi 0.108.12
|
#include <string>#include "OsiSolverInterface.hpp"#include "CoinPackedMatrix.hpp"#include "CoinWarmStartBasis.hpp"#include <glpk.h>Go to the source code of this file.
Classes | |
| class | OsiGlpkSolverInterface |
Macros | |
| #define | LPX glp_prob |
| GPLK Solver Interface. | |
Functions | |
| void | OsiGlpkSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir) |
| A function that tests the methods in the OsiGlpkSolverInterface class. | |
| #define LPX glp_prob |
GPLK Solver Interface.
Instantiation of OsiGlpkSolverInterface for GPLK
Definition at line 28 of file OsiGlpkSolverInterface.hpp.
| void OsiGlpkSolverInterfaceUnitTest | ( | const std::string & | mpsDir, |
| const std::string & | netlibDir ) |
A function that tests the methods in the OsiGlpkSolverInterface class.