|
Limbo
|
LPSolve API with limbo::solvers::LinearModel. More...
#include <LPSolveApi.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 LPSolveParameters | parameter_type |
Public Member Functions | |
| LPSolveLinearApi (model_type *model) | |
| constructor More... | |
| ~LPSolveLinearApi () | |
| destructor | |
| SolverProperty | operator() (parameter_type *param=NULL) |
| API to run the algorithm. More... | |
Protected Member Functions | |
| LPSolveLinearApi (LPSolveLinearApi const &rhs) | |
| copy constructor, forbidden More... | |
| LPSolveLinearApi & | operator= (LPSolveLinearApi const &rhs) |
| assignment, forbidden More... | |
Protected Attributes | |
| model_type * | m_model |
| model for the problem | |
| lprec * | m_lpModel |
| model for LPSolve | |
LPSolve API with limbo::solvers::LinearModel.
| T | coefficient type |
| V | variable type |
Definition at line 109 of file LPSolveApi.h.
|
inline |
constructor
| model | pointer to the model of problem |
Definition at line 127 of file LPSolveApi.h.
|
protected |
copy constructor, forbidden
| rhs | right hand side |
|
inline |
API to run the algorithm.
| param | set additional parameters, use default if NULL |
Definition at line 139 of file LPSolveApi.h.
|
protected |
assignment, forbidden
| rhs | right hand side |
1.8.8