Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
limbo::solvers::SearchByBinSmoothing< T, V >::VariableMoveCost Struct Reference

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 More...
 

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
 

Detailed Description

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

Wrapper for the move cost of an item.

Definition at line 1512 of file MultiKnapsackLagRelax.h.

Constructor & Destructor Documentation

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

constructor

Parameters
varvariable
targetVartarget variable
mcmove cost

Definition at line 1522 of file MultiKnapsackLagRelax.h.


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