Implementation of the A* informed search algorithm. More...
#include <ogdf/basic/EpsilonTest.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/PriorityQueue.h>#include <ogdf/basic/basic.h>#include <functional>Go to the source code of this file.
Classes | |
| class | ogdf::AStarSearch< T > |
| A-Star informed search algorithm. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of the A* informed search algorithm.
Definition in file AStarSearch.h.