HOG2
|
#include <ParallelIDAStar.h>
Public Attributes | |
action | pre [workDepth] |
std::vector< action > | solution |
std::vector< int > | gHistogram |
std::vector< int > | fHistogram |
double | nextBound |
uint64_t | expanded |
uint64_t | touched |
int | unitNumber |
Definition at line 23 of file ParallelIDAStar.h.
uint64_t workUnit< action >::expanded |
Definition at line 29 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
std::vector<int> workUnit< action >::fHistogram |
Definition at line 27 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
std::vector<int> workUnit< action >::gHistogram |
Definition at line 26 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
double workUnit< action >::nextBound |
Definition at line 28 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
Definition at line 24 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::GenerateWork(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
std::vector<action> workUnit< action >::solution |
Definition at line 25 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
uint64_t workUnit< action >::touched |
Definition at line 29 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration(), and ParallelIDAStar< environment, state, action >::StartThreadedIteration().
int workUnit< action >::unitNumber |
Definition at line 30 of file ParallelIDAStar.h.
Referenced by ParallelIDAStar< environment, state, action >::DoIteration().