Limbo 3.5.4
Loading...
Searching...
No Matches
limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost Struct Reference

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

Detailed Description

template<typename T, typename V>
struct limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost

Wrapper for the move cost of an item.

Definition at line 1328 of file MultiKnapsackLagRelax.h.

Constructor & Destructor Documentation

◆ VariableMoveCost()

template<typename T, typename V>
limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::VariableMoveCost ( variable_type var,
coefficient_value_type mc,
coefficient_value_type cap )
inline

constructor

Parameters
varvariable
mcmove cost
capcapacity

Definition at line 1338 of file MultiKnapsackLagRelax.h.

Member Data Documentation

◆ capacity

template<typename T, typename V>
coefficient_value_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::capacity

capacity of the item

Definition at line 1332 of file MultiKnapsackLagRelax.h.

◆ moveCost

template<typename T, typename V>
coefficient_value_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::moveCost

move cost

Definition at line 1331 of file MultiKnapsackLagRelax.h.

◆ variable

template<typename T, typename V>
variable_type limbo::solvers::SearchByAdjustCoefficient< T, V >::VariableMoveCost::variable

variable of the item

Definition at line 1330 of file MultiKnapsackLagRelax.h.


The documentation for this struct was generated from the following file: