astar


Vocabulary
path-finding

Word description
This tuple must be subclassed and its method cost, heuristic, and neighbors must be implemented. Alternatively, the <astar> word can be used to build a non-specialized version.

Definition

TUPLE: astar g in-closed-set ;