Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::IDA_Star< GT, Distance, Heuristic, Itor, SA >::SearchResult Struct Reference

Public Attributes

bool found
 
Distance_Type value
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, class Heuristic = Zero_Heuristic<GT, Distance>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
struct Aleph::IDA_Star< GT, Distance, Heuristic, Itor, SA >::SearchResult

Definition at line 192 of file IDA_Star.H.

Member Data Documentation

◆ found

template<class GT , class Distance = Dft_Dist<GT>, class Heuristic = Zero_Heuristic<GT, Distance>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
bool Aleph::IDA_Star< GT, Distance, Heuristic, Itor, SA >::SearchResult::found

Definition at line 194 of file IDA_Star.H.

◆ value

template<class GT , class Distance = Dft_Dist<GT>, class Heuristic = Zero_Heuristic<GT, Distance>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
Distance_Type Aleph::IDA_Star< GT, Distance, Heuristic, Itor, SA >::SearchResult::value

Definition at line 195 of file IDA_Star.H.


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