Handbook
Glossary
considered ( astar -- considered )
Vocabulary
path-finding
Inputs
astar
an
astar
Outputs
considered
a
sequence
Word description
When called after a call to
find-path
, return a list of nodes which have been examined during the A* exploration.
Definition
USING:
accessors
sets
;
IN:
path-finding
:
considered
( astar -- considered )
in-closed-set>>
members
;