next up previous
Next: Modified Version of node_expand Up: No Title Previous: Changes

Modifying node_expand

Currently, we have

node_expand(N,NL) :- stn(N,NL).

which worked fine when nodes looked like states, since

stn(bs,[gp,oc]).
stn(gp,[bs,cc,pc]).

etc.

Now we must modify node_expand so that it produces a list of nodes in the new format.



Mike Rosner
Fri Mar 5 16:50:53 MET 1999