|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Objective policy for minimization problems. More...
#include <Branch_And_Bound.H>
Public Types | |
| using | Value_Type = Value |
Static Public Member Functions | |
| static bool | better (const Value &candidate, const Value &incumbent) noexcept |
| static bool | can_improve (const Value &bound, const Value &incumbent) noexcept |
| static bool | more_promising (const Value &lhs, const Value &rhs) noexcept |
Static Public Attributes | |
| static constexpr OptimizationSense | sense = OptimizationSense::Minimize |
Objective policy for minimization problems.
Definition at line 92 of file Branch_And_Bound.H.
| using Aleph::Minimize_Objective< Value >::Value_Type = Value |
Definition at line 94 of file Branch_And_Bound.H.
|
inlinestaticnoexcept |
Definition at line 97 of file Branch_And_Bound.H.
References Aleph::divide_and_conquer_partition_dp().
|
inlinestaticnoexcept |
Definition at line 102 of file Branch_And_Bound.H.
|
inlinestaticnoexcept |
Definition at line 107 of file Branch_And_Bound.H.
References Aleph::divide_and_conquer_partition_dp().
|
staticconstexpr |
Definition at line 95 of file Branch_And_Bound.H.