![]() |
mutable
A Database System for Research and Fast Prototyping
|
Data Structures | |
struct | avg_sel |
struct | avg_sel< PlanTable, State, BottomUp > |
struct | bottomup_lookahead_cheapest |
struct | GOO |
Inspired by GOO: Greedy Operator Ordering. More... | |
struct | GOO< PlanTable, State, BottomUp > |
struct | GOO< PlanTable, State, TopDown > |
Inspired by GOO: Greedy Operator Ordering. More... | |
struct | product |
This heuristic estimates the distance from a state to the nearest goal state as the product of the sizes of all Subproblem s yet to be joined. More... | |
struct | product< PlanTable, State, BottomUp > |
struct | scaled_sum |
struct | scaled_sum< PlanTable, State, BottomUp > |
struct | sqrt_sum |
struct | sqrt_sum< PlanTable, State, TopDown > |
struct | sum |
This heuristic estimates the distance from a state to the nearest goal state as the sum of the sizes of all Subproblem s yet to be joined. More... | |
struct | sum< PlanTable, State, BottomUp > |
struct | sum< PlanTable, State, TopDown > |
struct | zero |