Package edu.uky.ai.planning.ss
Class StateSpaceProblem
java.lang.Object
edu.uky.ai.planning.Problem
edu.uky.ai.planning.ss.StateSpaceProblem
- Author:
- Stephen G. Ware
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ImmutableArray<Literal>Every possible literal that could be true or false in a given statefinal ImmutableArray<Step>Every possible step that could be taken in a solution to this problem -
Constructor Summary
ConstructorsConstructorDescriptionStateSpaceProblem(Problem problem) Constructs a new state space problem from a general planning problem. -
Method Summary
Methods inherited from class edu.uky.ai.planning.Problem
getObjectsByType, hashCode, isSolution, toString
-
Field Details
-
steps
Every possible step that could be taken in a solution to this problem -
literals
Every possible literal that could be true or false in a given state
-
-
Constructor Details
-
StateSpaceProblem
Constructs a new state space problem from a general planning problem.- Parameters:
problem- the planning problem
-