Minotaur 0.4.1
Docs for developers
|
Define an interface to the Cplex LP solver. More...
#include <ilcplex/cplexx.h>
#include <string.h>
#include "LPEngine.h"
#include "STOAHandler.h"
#include "WarmStart.h"
Go to the source code of this file.
Classes | |
struct | Minotaur::CplexLPStats |
Statistics. More... | |
class | Minotaur::CpxLPWarmStart |
Class for saving and using Warm-start information in Cplex LP engine. More... | |
class | Minotaur::CplexLPEngine |
The CplexLPEngine class can be called to solve LP problems. More... | |
Namespaces | |
namespace | Minotaur |
Typedefs | |
typedef CpxLPWarmStart * | Minotaur::CpxLPWarmStartPtr |
typedef const CpxLPWarmStart * | Minotaur::ConstCpxLPWarmStartPtr |
typedef CplexLPEngine * | Minotaur::CplexLPEnginePtr |
Define an interface to the Cplex LP solver.