|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Problem | |
|---|---|
| ai.planning | |
| ai.planning.propositional | |
| ai.planning.strips | |
| Uses of Problem in ai.planning |
|---|
| Methods in ai.planning with parameters of type Problem | |
|---|---|
boolean |
Plan.solves(Problem<A> p)
This function tests whether this Plan constitutes a solution to the given Problem. |
| Uses of Problem in ai.planning.propositional |
|---|
| Methods in ai.planning.propositional with parameters of type Problem | |
|---|---|
boolean |
SequentialPlan.solves(Problem<ai.krr.propositions.Atom> plan)
This function tests whether the given SequentialPlan constitutes a solution to this Problem. |
| Uses of Problem in ai.planning.strips |
|---|
| Classes in ai.planning.strips that implement Problem | |
|---|---|
class |
Problem
A planning problem over a planning Domain is defined by an initial WorldState and a Goal. |
| Methods in ai.planning.strips with parameters of type Problem | |
|---|---|
boolean |
SequentialPlan.solves(Problem<ai.krr.fol.Atom> p)
This function tests whether this Plan constitutes a solution to the given Problem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||