Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::ida_star_detail::DFSResult< Distance > Struct Template Reference

Outcome of one recursive DFS step inside IDA*. More...

#include <State_Search_IDA_Star.H>

Collaboration diagram for Aleph::ida_star_detail::DFSResult< Distance >:
[legend]

Public Attributes

bool found = false
 
Distance next_bound = distance_unreachable<Distance>()
 

Detailed Description

template<typename Distance>
struct Aleph::ida_star_detail::DFSResult< Distance >

Outcome of one recursive DFS step inside IDA*.

Definition at line 136 of file State_Search_IDA_Star.H.

Member Data Documentation

◆ found

◆ next_bound


The documentation for this struct was generated from the following file: