|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Snapshot of a complete optimization solution. More...
#include <Branch_And_Bound.H>
Public Types | |
| using | Objective_Type = Objective |
Public Attributes | |
| Objective | objective_value = Objective{} |
| Objective value of the complete solution. | |
Public Attributes inherited from Aleph::SearchSolution< State, Move > | |
| State | state |
| Snapshot of the terminal state. | |
| SearchPath< Move > | path |
Move sequence leading to state. | |
| size_t | depth = 0 |
| Path depth of the solution. | |
Snapshot of a complete optimization solution.
Definition at line 124 of file Branch_And_Bound.H.
| using Aleph::OptimizationSolution< State, Move, Objective >::Objective_Type = Objective |
Definition at line 126 of file Branch_And_Bound.H.
| Objective Aleph::OptimizationSolution< State, Move, Objective >::objective_value = Objective{} |
Objective value of the complete solution.
Definition at line 128 of file Branch_And_Bound.H.
Referenced by Aleph::Branch_And_Bound< Domain, ObjectivePolicy >::handle_complete_solution().