Osi 0.108.9
Loading...
Searching...
No Matches
Classes | Macros | Functions
OsiGlpkSolverInterface.hpp File Reference
#include <string>
#include "OsiSolverInterface.hpp"
#include "CoinPackedMatrix.hpp"
#include "CoinWarmStartBasis.hpp"
#include <glpk.h>
+ Include dependency graph for OsiGlpkSolverInterface.hpp:

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.
 

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.