Class ForwardRoot

java.lang.Object
edu.uky.ai.planning.ss.ForwardNode
edu.uky.ai.planning.ss.ForwardRoot
All Implemented Interfaces:
StateSpaceNode, StateSpaceRoot

public class ForwardRoot extends ForwardNode implements StateSpaceRoot
A special ForwardNode that represents the root of the forward search space and holds a pointer to the problem object and the search budget.
Author:
Stephen G. Ware