|
Limbo
|
Base class for scaling scheme with default no scaling. More...
#include <MultiKnapsackLagRelax.h>
Public Types | |
| typedef LinearModel< T, V > | model_type |
| model type | |
|
typedef model_type::coefficient_value_type | value_type |
| value type | |
| typedef model_type::expression_type | expression_type |
| expression type | |
| typedef model_type::constraint_type | constraint_type |
| constraint type | |
| typedef model_type::term_type | term_type |
| term type | |
Public Member Functions | |
| ProblemScaler () | |
| constructor | |
| virtual | ~ProblemScaler () |
| destructor | |
| virtual value_type | operator() (expression_type const &) const |
| API to compute scaling factor for expression using L2 norm. More... | |
| virtual value_type | operator() (constraint_type const &constr) const |
| API to compute scaling factor for constraints using L2 norm. More... | |
Base class for scaling scheme with default no scaling.
| T | coefficient value type |
| V | variable value type |
Definition at line 27 of file MultiKnapsackLagRelax.h.
|
inlinevirtual |
API to compute scaling factor for expression using L2 norm.
param expr expression
Reimplemented in limbo::solvers::L2NormScaler< T, V >, and limbo::solvers::MinCoefficientScaler< T, V >.
Definition at line 1091 of file MultiKnapsackLagRelax.h.
|
inlinevirtual |
API to compute scaling factor for constraints using L2 norm.
| constr | constraint |
Reimplemented in limbo::solvers::L2NormScaler< T, V >, and limbo::solvers::MinCoefficientScaler< T, V >.
Definition at line 1098 of file MultiKnapsackLagRelax.h.
1.8.8