Osi trunk
Classes | Defines | 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

Defines

#define LPX   glp_prob
 GPLK Solver Interface.

Functions

int 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 24 of file OsiGlpkSolverInterface.hpp.


Function Documentation

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

A function that tests the methods in the OsiGlpkSolverInterface class.

The only reason for it not to be a member method is that this way it doesn't have to be compiled into the library. And that's a gain, because the library should be compiled with optimization on, but this method should be compiled with debugging.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines