|
Limbo 3.5.4
|
Compare constraints by their slackness. More...
#include <MultiKnapsackLagRelax.h>
Public Member Functions | |
| CompareConstraintSlack (coefficient_value_type const *v) | |
| constructor | |
| bool | operator() (unsigned int i, unsigned int j) const |
Public Attributes | |
| coefficient_value_type const * | vSlackness |
| array of slackness | |
Compare constraints by their slackness.
Definition at line 1544 of file MultiKnapsackLagRelax.h.
|
inline |
|
inline |
| i | constraint index |
| j | constraint index |
Definition at line 1554 of file MultiKnapsackLagRelax.h.
| coefficient_value_type const* limbo::solvers::SearchByBinSmoothing< T, V >::CompareConstraintSlack::vSlackness |
array of slackness
Definition at line 1546 of file MultiKnapsackLagRelax.h.