Next: Node Data Abstraction: Operations
Up: No Title
Previous: Behaviour of Agenda Search
Basic idea: separation between
- Data Structure Operations
- Data Structure Implementation
Current data structure for search nodes is simply the name of the
state.
This suffices as long as we don't want to associate other information
with search nodes.
Other information might include
- Node Count
- Parent Information (to recover path)
- Costs associated with reaching this node
- Anything else we might need
Mike Rosner
Fri Mar 5 16:50:53 MET 1999