Osi  0.108.4
Classes | Macros | Functions
OsiGlpkSolverInterface.hpp File Reference
#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. More...
 

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

◆ LPX

#define LPX   glp_prob

GPLK Solver Interface.

Instantiation of OsiGlpkSolverInterface for GPLK

Definition at line 28 of file OsiGlpkSolverInterface.hpp.

Function Documentation

◆ OsiGlpkSolverInterfaceUnitTest()

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

A function that tests the methods in the OsiGlpkSolverInterface class.