13 #ifndef DECOMP_TYPES_INCLUDED 14 #define DECOMP_TYPES_INCLUDED 21 #ifdef __DECOMP_LP_CLP__ 22 #include "OsiClpSolverInterface.hpp" 23 typedef OsiClpSolverInterface OsiLpSolverInterface;
26 #ifdef __DECOMP_LP_CPX__ 27 #include "OsiCpxSolverInterface.hpp" 28 typedef OsiCpxSolverInterface OsiLpSolverInterface;
31 #ifdef __DECOMP_IP_CBC__ 32 #include "OsiCbcSolverInterface.hpp" 33 typedef OsiCbcSolverInterface OsiIpSolverInterface;
36 #ifdef __DECOMP_LP_CPX__ 37 #include "OsiCpxSolverInterface.hpp" 38 typedef OsiCpxSolverInterface OsiIpSolverInterface;
std::list< DecompCut * > DecompCutList
std::list< DecompVar * > DecompVarList