51#if defined __LAL_DEBUG_DMax_Unc_BnB
59namespace unconstrained {
86#if defined __LAL_DEBUG_DMax_Unc_BnB
89[[nodiscard]]
inline constexpr std::string_view next_action_type_to_string
94 return "Bound computation";
96 return "Continue computation";
98 return "Continue computation for an independent set";
100 return "Continue computation for an independent set of leaves";
next_action
What should be done after checking the upper bound?
Definition next_action.hpp:67
@ continue_independent_set_leaves
@ continue_normally
Continue the exploration normally (Branch)
@ bound
Bound the exploration (Bound).
@ continue_independent_set
Main namespace of the library.
Definition basic_types.hpp:48