Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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 More...
 

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

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.


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