|
Limbo 3.5.4
|
Wrapper for the move cost of an item. More...
#include <MultiKnapsackLagRelax.h>
Public Member Functions | |
| VariableMoveCost (variable_type var, variable_type targetVar, coefficient_value_type mc) | |
| constructor | |
Public Attributes | |
| variable_type | variable |
| variable of the item for the original bin | |
| variable_type | targetVariable |
| variable of the item for the target bin | |
| coefficient_value_type | moveCost |
| move cost | |
Wrapper for the move cost of an item.
Definition at line 1512 of file MultiKnapsackLagRelax.h.
|
inline |
constructor
| var | variable |
| targetVar | target variable |
| mc | move cost |
Definition at line 1522 of file MultiKnapsackLagRelax.h.
| coefficient_value_type limbo::solvers::SearchByBinSmoothing< T, V >::VariableMoveCost::moveCost |
move cost
Definition at line 1516 of file MultiKnapsackLagRelax.h.
| variable_type limbo::solvers::SearchByBinSmoothing< T, V >::VariableMoveCost::targetVariable |
variable of the item for the target bin
Definition at line 1515 of file MultiKnapsackLagRelax.h.
| variable_type limbo::solvers::SearchByBinSmoothing< T, V >::VariableMoveCost::variable |
variable of the item for the original bin
Definition at line 1514 of file MultiKnapsackLagRelax.h.