/home/coin/SVN-release/Osi-0.102.2/Osi/src/OsiCpx/OsiCpxSolverInterface.hpp File Reference

#include "OsiSolverInterface.hpp"

Include dependency graph for OsiCpxSolverInterface.hpp:

Go to the source code of this file.

Classes

class  OsiCpxSolverInterface
 CPLEX Solver Interface. More...

Typedefs

typedef cpxlp * CPXLPptr
typedef cpxenv * CPXENVptr

Functions

void OsiCpxSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir)
 A function that tests the methods in the OsiOslSolverInterface class.


Typedef Documentation

typedef struct cpxlp* CPXLPptr

Definition at line 18 of file OsiCpxSolverInterface.hpp.

typedef struct cpxenv* CPXENVptr

Definition at line 19 of file OsiCpxSolverInterface.hpp.


Function Documentation

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

A function that tests the methods in the OsiOslSolverInterface 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.


Generated on Wed Apr 7 03:07:23 2010 by  doxygen 1.4.7