libmove3d-planners
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
API::AStar Class Reference

This class keeps a pointer to the A-star search tree, an instant of priority_queue of "Queue_Element"s. More...

#include <AStar.hpp>

Public Member Functions

 AStar (API::State *goal)
 
std::vector< API::State * > solve (API::State *initial_state)
 A Star solving function (main)
 

Detailed Description

This class keeps a pointer to the A-star search tree, an instant of priority_queue of "Queue_Element"s.

Solve returns a vector of states


The documentation for this class was generated from the following files: