Module astar

Module astar 

Source
Expand description

this module implements the A* search algorithm

Structsยง

AStarSearch
An A* Search algorithm implementation for hypergraphs
PriorityNode
Priority queue node for A* algorithm