Interface StateSpaceRoot

All Known Implementing Classes:
BackwardRoot, ForwardRoot

public interface StateSpaceRoot
A special StateSpaceNode that represents the root of the search space and holds a pointer to the problem object and the search budget.
Author:
Stephen G. Ware
  • Method Summary

    Modifier and Type
    Method
    Description
    The search budget for solving this problem.
    Returns the state space problem being solved.
  • Method Details

    • getProblem

      StateSpaceProblem getProblem()
      Returns the state space problem being solved.
      Returns:
      the problem
    • getBudget

      SearchBudget getBudget()
      The search budget for solving this problem.
      Returns:
      the budget