action_gen_count | SearchEngine< state_t, action_t > | protected |
alg_status | SearchEngine< state_t, action_t > | protected |
app_actions | BestFirstSearch< state_t, action_t > | protected |
AStar() | AStar< state_t, action_t > | inline |
BestFirstSearch() | BestFirstSearch< state_t, action_t > | |
extractSolutionPath(NodeID path_end_id) | BestFirstSearch< state_t, action_t > | protected |
foundSolution() const | SearchEngine< state_t, action_t > | inline |
getActionGenCount() const | SearchEngine< state_t, action_t > | inline |
getGoalTestCount() const | SearchEngine< state_t, action_t > | inline |
getHCompCount() const | SearchEngine< state_t, action_t > | inline |
getLastPlan() | SearchEngine< state_t, action_t > | inline |
getLastPlanCost() | SearchEngine< state_t, action_t > | inline |
getPlan(const state_t &init_state, std::vector< action_t > &sol_plan) | SearchEngine< state_t, action_t > | |
getStateGenCount() const | SearchEngine< state_t, action_t > | inline |
getStatus() const | SearchEngine< state_t, action_t > | inline |
getStorageCount() const | SearchEngine< state_t, action_t > | inline |
getSuccFuncCount() const | SearchEngine< state_t, action_t > | inline |
getUniqueGoalTests() const | BestFirstSearch< state_t, action_t > | inline |
goal_test | SearchEngine< state_t, action_t > | protected |
goal_test_count | SearchEngine< state_t, action_t > | protected |
goal_test_limit | SearchEngine< state_t, action_t > | protected |
h_comp_count | SearchEngine< state_t, action_t > | protected |
h_comp_limit | SearchEngine< state_t, action_t > | protected |
hash_func | BestFirstSearch< state_t, action_t > | protected |
have_incumbent | SearchEngine< state_t, action_t > | protected |
heur_func | BestFirstSearch< state_t, action_t > | protected |
hitGoalTestLimit() | SearchEngine< state_t, action_t > | |
hitHCompLimit() | SearchEngine< state_t, action_t > | |
hitStorageLimit() | SearchEngine< state_t, action_t > | |
hitSuccFuncLimit() | SearchEngine< state_t, action_t > | |
increaseActionGenCount(double new_gens) | SearchEngine< state_t, action_t > | protectedvirtual |
incrementGoalTestCount() | SearchEngine< state_t, action_t > | protectedvirtual |
incrementHCompCount() | SearchEngine< state_t, action_t > | protectedvirtual |
incrementStateGenCount() | SearchEngine< state_t, action_t > | protectedvirtual |
incrementSuccFuccCalls() | SearchEngine< state_t, action_t > | protectedvirtual |
incumbent_cost | SearchEngine< state_t, action_t > | protected |
incumbent_plan | SearchEngine< state_t, action_t > | protected |
isConfigured() const | BestFirstSearch< state_t, action_t > | protectedvirtual |
nodeEval(const state_t &state, double g_cost, double h_cost) | AStar< state_t, action_t > | inlineprotectedvirtual |
nodeExpansion() | BestFirstSearch< state_t, action_t > | protectedvirtual |
op_system | SearchEngine< state_t, action_t > | protected |
open_closed_list | BestFirstSearch< state_t, action_t > | protected |
resetEngine() | BestFirstSearch< state_t, action_t > | protectedvirtual |
resetStatistics() | BestFirstSearch< state_t, action_t > | protectedvirtual |
SearchEngine() | SearchEngine< state_t, action_t > | |
searchForPlan(const state_t &init_state) | BestFirstSearch< state_t, action_t > | protectedvirtual |
setGoalTest(const GoalTestFunction< state_t > *g) | SearchEngine< state_t, action_t > | |
setGoalTestLimit(uint64_t limit) | SearchEngine< state_t, action_t > | inline |
setHashFunction(const StateHashFunction< state_t > *hash) | BestFirstSearch< state_t, action_t > | inline |
setHComputeLimit(uint64_t limit) | SearchEngine< state_t, action_t > | inline |
setHeuristic(Heuristic< state_t > *heur) | BestFirstSearch< state_t, action_t > | inline |
setStorageLimit(uint64_t limit) | SearchEngine< state_t, action_t > | inline |
setSuccCallLimit(uint64_t limit) | SearchEngine< state_t, action_t > | inline |
setTransitionSystem(const TransitionSystem< state_t, action_t > *o) | SearchEngine< state_t, action_t > | |
state_gen_count | SearchEngine< state_t, action_t > | protected |
storage_count | SearchEngine< state_t, action_t > | protected |
storage_limit | SearchEngine< state_t, action_t > | protected |
succ_func_count | SearchEngine< state_t, action_t > | protected |
succ_func_limit | SearchEngine< state_t, action_t > | protected |
unique_goal_tests | BestFirstSearch< state_t, action_t > | protected |
~AStar() | AStar< state_t, action_t > | inlinevirtual |
~BestFirstSearch() | BestFirstSearch< state_t, action_t > | virtual |
~SearchEngine() | SearchEngine< state_t, action_t > | virtual |