|
Limbo 3.5.4
|
Gurobi API with limbo::solvers::LinearModel. More...
#include <GurobiApi.h>
Public Types | |
| typedef LinearModel< T, V > | model_type |
| linear model type for the problem | |
| typedef model_type::coefficient_value_type | coefficient_value_type |
| typedef model_type::variable_value_type | variable_value_type |
| typedef model_type::variable_type | variable_type |
| typedef model_type::constraint_type | constraint_type |
| typedef model_type::expression_type | expression_type |
| typedef model_type::term_type | term_type |
| typedef model_type::property_type | property_type |
| typedef GurobiParameters | parameter_type |
Public Member Functions | |
| GurobiLinearApi (model_type *model) | |
| constructor | |
| ~GurobiLinearApi () | |
| destructor | |
| SolverProperty | operator() (parameter_type *param=NULL) |
| API to run the algorithm. | |
| void | errorHandler (GRBenv *env, int error) const |
| error handler | |
Protected Member Functions | |
| GurobiLinearApi (GurobiLinearApi const &rhs) | |
| copy constructor, forbidden | |
| GurobiLinearApi & | operator= (GurobiLinearApi const &rhs) |
| assignment, forbidden | |
Protected Attributes | |
| model_type * | m_model |
| model for the problem | |
| GRBmodel * | m_grbModel |
| model for Gurobi | |
Gurobi API with limbo::solvers::LinearModel.
| T | coefficient type |
| V | variable type |
Definition at line 96 of file GurobiApi.h.
| typedef model_type::coefficient_value_type limbo::solvers::GurobiLinearApi< T, V >::coefficient_value_type |
Definition at line 102 of file GurobiApi.h.
| typedef model_type::constraint_type limbo::solvers::GurobiLinearApi< T, V >::constraint_type |
Definition at line 105 of file GurobiApi.h.
| typedef model_type::expression_type limbo::solvers::GurobiLinearApi< T, V >::expression_type |
Definition at line 106 of file GurobiApi.h.
| typedef LinearModel<T, V> limbo::solvers::GurobiLinearApi< T, V >::model_type |
linear model type for the problem
Definition at line 100 of file GurobiApi.h.
| typedef GurobiParameters limbo::solvers::GurobiLinearApi< T, V >::parameter_type |
Definition at line 109 of file GurobiApi.h.
| typedef model_type::property_type limbo::solvers::GurobiLinearApi< T, V >::property_type |
Definition at line 108 of file GurobiApi.h.
| typedef model_type::term_type limbo::solvers::GurobiLinearApi< T, V >::term_type |
Definition at line 107 of file GurobiApi.h.
| typedef model_type::variable_type limbo::solvers::GurobiLinearApi< T, V >::variable_type |
Definition at line 104 of file GurobiApi.h.
| typedef model_type::variable_value_type limbo::solvers::GurobiLinearApi< T, V >::variable_value_type |
Definition at line 103 of file GurobiApi.h.
|
inline |
constructor
| model | pointer to the model of problem |
Definition at line 114 of file GurobiApi.h.
|
inline |
destructor
Definition at line 120 of file GurobiApi.h.
|
protected |
copy constructor, forbidden
| rhs | right hand side |
| void limbo::solvers::GurobiLinearApi< T, V >::errorHandler | ( | GRBenv * | env, |
| int | error ) const |
|
inline |
API to run the algorithm.
| param | set additional parameters, use default if NULL |
Definition at line 126 of file GurobiApi.h.
|
protected |
assignment, forbidden
| rhs | right hand side |
|
protected |
model for Gurobi
Definition at line 264 of file GurobiApi.h.
|
protected |
model for the problem
Definition at line 263 of file GurobiApi.h.