|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Compare two optimization solutions by objective quality. More...
#include <Branch_And_Bound.H>
Public Member Functions | |
| bool | operator() (const Solution &lhs, const Solution &rhs) const noexcept |
Public Attributes | |
| ObjectivePolicy | objective |
Compare two optimization solutions by objective quality.
Definition at line 133 of file Branch_And_Bound.H.
|
inlinenoexcept |
Definition at line 137 of file Branch_And_Bound.H.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::PreferBetterObjective< Solution, ObjectivePolicy >::objective.
| ObjectivePolicy Aleph::PreferBetterObjective< Solution, ObjectivePolicy >::objective |
Definition at line 135 of file Branch_And_Bound.H.
Referenced by Aleph::PreferBetterObjective< Solution, ObjectivePolicy >::operator()().