HOG2
|
Public Attributes | |
uint64_t | nodesExpanded |
uint64_t | workBound |
uint64_t | nodeLB |
costInterval | solutionInterval |
double | delta |
Definition at line 76 of file IncrementalBGS.h.
double IncrementalBGS< state, action >::IBEXData::delta |
Definition at line 81 of file IncrementalBGS.h.
uint64_t IncrementalBGS< state, action >::IBEXData::nodeLB |
Definition at line 79 of file IncrementalBGS.h.
Referenced by IncrementalBGS< state, action >::GetNodeInterval().
uint64_t IncrementalBGS< state, action >::IBEXData::nodesExpanded |
Definition at line 77 of file IncrementalBGS.h.
Referenced by IncrementalBGS< state, action >::GetIterationNodesExpanded().
costInterval IncrementalBGS< state, action >::IBEXData::solutionInterval |
Definition at line 80 of file IncrementalBGS.h.
Referenced by IncrementalBGS< state, action >::GetGlobalCostInterval().
uint64_t IncrementalBGS< state, action >::IBEXData::workBound |
Definition at line 78 of file IncrementalBGS.h.
Referenced by IncrementalBGS< state, action >::GetNodeInterval().