OsiCpxSolverInterface.hpp File Reference

#include "CoinPragma.hpp"
#include "CoinError.hpp"
#include "CoinPackedMatrix.hpp"
#include "CoinFinite.hpp"
#include "CoinWarmStartBasis.hpp"
#include "OsiSolverInterface.hpp"
#include "OsiRowCut.hpp"
#include "OsiColCut.hpp"
#include "cplex.h"
Include dependency graph for OsiCpxSolverInterface.hpp:

Go to the source code of this file.

Classes

class  OsiCpxSolverInterface
 CPLEX Solver Interface. More...

Defines

#define CPXERR_NO_INT_SOLN   CPXERR_NO_SOLN
#define debugMessage   if( false ) printf

Typedefs

typedef struct cpxlp * CPXLPptr
typedef struct cpxenv * CPXENVptr

Functions

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

Define Documentation

#define CPXERR_NO_INT_SOLN   CPXERR_NO_SOLN

Definition at line 30 of file OsiCpxSolverInterface.hpp.

#define debugMessage   if( false ) printf

Definition at line 38 of file OsiCpxSolverInterface.hpp.


Typedef Documentation

typedef struct cpxlp* CPXLPptr

Definition at line 42 of file OsiCpxSolverInterface.hpp.

typedef struct cpxenv* CPXENVptr

Definition at line 43 of file OsiCpxSolverInterface.hpp.


Function Documentation

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

A function that tests the methods in the OsiCpxSolverInterface class.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2012 for Osi by  doxygen 1.6.1