|
Limbo 3.5.4
|
Wrapper for the move cost of an item. More...
#include <MultiKnapsackLagRelax.h>
Public Member Functions | |
| VariableMoveCost (variable_type var, coefficient_value_type mc, coefficient_value_type cap) | |
| constructor | |
Public Attributes | |
| variable_type | variable |
| variable of the item | |
| coefficient_value_type | moveCost |
| move cost | |
| coefficient_value_type | capacity |
| capacity of the item | |
Wrapper for the move cost of an item.
Definition at line 1328 of file MultiKnapsackLagRelax.h.
|
inline |
constructor
| var | variable |
| mc | move cost |
| cap | capacity |
Definition at line 1338 of file MultiKnapsackLagRelax.h.
| coefficient_value_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::capacity |
capacity of the item
Definition at line 1332 of file MultiKnapsackLagRelax.h.
| coefficient_value_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::moveCost |
move cost
Definition at line 1331 of file MultiKnapsackLagRelax.h.
| variable_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::variable |
variable of the item
Definition at line 1330 of file MultiKnapsackLagRelax.h.