#include "DecompPortable.h"
#include "OsiClpSolverInterface.hpp"
#include "OsiCbcSolverInterface.hpp"
Go to the source code of this file.
Typedefs | |
typedef OsiClpSolverInterface | OsiLpSolverInterface |
typedef OsiCbcSolverInterface | OsiIpSolverInterface |
typedef std::list< DecompVar * > | DecompVarList |
typedef std::list< DecompCut * > | DecompCutList |
Definition at line 17 of file DecompTypes.h.
Definition at line 33 of file DecompTypes.h.
typedef std::list<DecompVar*> DecompVarList |
Definition at line 41 of file DecompTypes.h.
typedef std::list<DecompCut*> DecompCutList |
Definition at line 42 of file DecompTypes.h.