| 
    DyLP
    1.10.4
    
   | 
 
#include <string>#include "OsiSolverInterface.hpp"#include "CoinPackedMatrix.hpp"#include "CoinWarmStartBasis.hpp"
 Include dependency graph for OsiGlpkSolverInterface.hpp:Go to the source code of this file.
Classes | |
| struct | glp_prob | 
| class | OsiGlpkSolverInterface | 
Macros | |
| #define | LPX glp_prob | 
| GPLK Solver Interface.  More... | |
| #define | GLP_PROB_DEFINED | 
Functions | |
| void | OsiGlpkSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir) | 
| A function that tests the methods in the OsiGlpkSolverInterface class.  More... | |
| #define LPX glp_prob | 
GPLK Solver Interface.
Instantiation of OsiGlpkSolverInterface for GPLK
Definition at line 24 of file OsiGlpkSolverInterface.hpp.
| #define GLP_PROB_DEFINED | 
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.
 1.8.5