HOG2
Public Attributes | List of all members
workUnit< action > Struct Template Reference

#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
 

Detailed Description

template<class action>
struct workUnit< action >

Definition at line 23 of file ParallelIDAStar.h.

Member Data Documentation

◆ expanded

template<class action >
uint64_t workUnit< action >::expanded

◆ fHistogram

template<class action >
std::vector<int> workUnit< action >::fHistogram

◆ gHistogram

template<class action >
std::vector<int> workUnit< action >::gHistogram

◆ nextBound

template<class action >
double workUnit< action >::nextBound

◆ pre

template<class action >
action workUnit< action >::pre[workDepth]

◆ solution

template<class action >
std::vector<action> workUnit< action >::solution

◆ touched

template<class action >
uint64_t workUnit< action >::touched

◆ unitNumber

template<class action >
int workUnit< action >::unitNumber

The documentation for this struct was generated from the following file: