|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| State | state |
| SearchPath< Move > | path |
| size_t | depth = 0 |
| Objective | bound_value = Objective{} |
Definition at line 328 of file Branch_And_Bound.H.
| Objective Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::FrontierNode::bound_value = Objective{} |
Definition at line 333 of file Branch_And_Bound.H.
| size_t Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::FrontierNode::depth = 0 |
Definition at line 332 of file Branch_And_Bound.H.
Referenced by Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::search_best_first().
| SearchPath<Move> Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::FrontierNode::path |
Definition at line 331 of file Branch_And_Bound.H.
Referenced by Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::search_best_first().
| State Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::FrontierNode::state |
Definition at line 330 of file Branch_And_Bound.H.
Referenced by Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::search_best_first().