Class BackwardRoot

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

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