This is the complete list of members for SearchProblem< StateType, ActionType >, including all inherited members.
getActions(StateType state)=0 | SearchProblem< StateType, ActionType > | pure virtual |
getHeuristicCost(StateType state) | SearchProblem< StateType, ActionType > | inlinevirtual |
getPathCost(Path< StateType, ActionType > *path) | SearchProblem< StateType, ActionType > | inline |
getResult(StateType state, ActionType action)=0 | SearchProblem< StateType, ActionType > | pure virtual |
getStartState()=0 | SearchProblem< StateType, ActionType > | pure virtual |
getStepCost(StateType state, ActionType action) | SearchProblem< StateType, ActionType > | inlinevirtual |
isGoal(StateType tate)=0 | SearchProblem< StateType, ActionType > | pure virtual |