|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Outcome of one recursive DFS step inside IDA*. More...
#include <State_Search_IDA_Star.H>
Public Attributes | |
| bool | found = false |
| Distance | next_bound = distance_unreachable<Distance>() |
Outcome of one recursive DFS step inside IDA*.
Definition at line 136 of file State_Search_IDA_Star.H.
Definition at line 138 of file State_Search_IDA_Star.H.
Referenced by Aleph::ida_star_detail::dfs().
| Distance Aleph::ida_star_detail::DFSResult< Distance >::next_bound = distance_unreachable<Distance>() |
Definition at line 139 of file State_Search_IDA_Star.H.
Referenced by Aleph::ida_star_detail::dfs().