faif
Public Member Functions | Public Attributes | List of all members
faif::search::TreeNodeWeightConcept< Node > Struct Template Reference

the concept for informed search algorithms, it check the presence of 'getWeight' method, used by informed search functions e.g. 'searchUniformCost' More...

#include <Node.hpp>

Collaboration diagram for faif::search::TreeNodeWeightConcept< Node >:
Collaboration graph

Public Member Functions

 BOOST_CONCEPT_USAGE (TreeNodeWeightConcept)
 

Public Attributes

Node n
 

Detailed Description

template<typename Node>
struct faif::search::TreeNodeWeightConcept< Node >

the concept for informed search algorithms, it check the presence of 'getWeight' method, used by informed search functions e.g. 'searchUniformCost'


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