Osi  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Defines | Functions
OsiGlpkSolverInterface.hpp File Reference
#include <string>
#include <glpk.h>
#include "OsiSolverInterface.hpp"
#include "CoinPackedMatrix.hpp"
#include "CoinWarmStartBasis.hpp"
+ Include dependency graph for OsiGlpkSolverInterface.hpp:

Go to the source code of this file.

Classes

class  OsiGlpkSolverInterface

Defines

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

#define LPX   glp_prob

GPLK Solver Interface.

Instantiation of OsiGlpkSolverInterface for GPLK

Definition at line 25 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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines