Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Functions
OsiGlpkSolverInterface.hpp File Reference
#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...
 

Macro Definition Documentation

#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.

Function Documentation

void OsiGlpkSolverInterfaceUnitTest ( const std::string &  mpsDir,
const std::string &  netlibDir 
)

A function that tests the methods in the OsiGlpkSolverInterface class.