AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_CPS_QUEUE_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_CPS_QUEUE_HEADER_FILE
53 void update(
size_t i,
size_t a,
size_t s,
double p);
100 unsigned nonZeroPriorities_;
102 std::vector<size_t> order_;
112 std::vector<size_t> order;
113 std::vector<ActionNode> nodes;
116 std::vector<Node> nodes_;
118 mutable std::ranlux24_base rand_;