|
Limbo 3.5.4
|
CPLEX API wrapper using its C API. More...
#include <iostream>#include <string>#include <vector>#include <list>#include <boost/lexical_cast.hpp>#include <boost/shared_ptr.hpp>#include <boost/assert.hpp>#include <limbo/solvers/Solvers.h>#include <ilcplex/cplexx.h>#include <string.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | limbo::solvers::CplexParameters |
| Base class for custom CPLEX parameters. More... | |
| struct | limbo::solvers::SmartRound< T, size_t > |
| Round floating point solutions to integer if the variable type is integer. If not rounded, there might be precision issues. More... | |
| struct | limbo::solvers::SmartRound< T, 1 > |
| class | limbo::solvers::CplexLinearApi< T, V > |
| CPLEX API with limbo::solvers::LinearModel. More... | |
Namespaces | |
| namespace | limbo |
| namespace for Limbo | |
| namespace | limbo::solvers |
| namespace for Limbo.Solvers | |
| #define LIMBO_SOLVERS_API_CPELXAPI_H |
Definition at line 9 of file CplexApi.h.