|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Objective policy for maximization 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::Maximize |
Objective policy for maximization problems.
Definition at line 69 of file Branch_And_Bound.H.
| using Aleph::Maximize_Objective< Value >::Value_Type = Value |
Definition at line 71 of file Branch_And_Bound.H.
|
inlinestaticnoexcept |
Definition at line 74 of file Branch_And_Bound.H.
References Aleph::divide_and_conquer_partition_dp().
|
inlinestaticnoexcept |
Definition at line 79 of file Branch_And_Bound.H.
|
inlinestaticnoexcept |
Definition at line 84 of file Branch_And_Bound.H.
References Aleph::divide_and_conquer_partition_dp().
|
staticconstexpr |
Definition at line 72 of file Branch_And_Bound.H.