HOG2
Public Attributes | List of all members
IncrementalBGS< state, action >::IBEXData Struct Reference
Collaboration diagram for IncrementalBGS< state, action >::IBEXData:
Collaboration graph
[legend]

Public Attributes

uint64_t nodesExpanded
 
uint64_t workBound
 
uint64_t nodeLB
 
costInterval solutionInterval
 
double delta
 

Detailed Description

template<class state, class action>
struct IncrementalBGS< state, action >::IBEXData

Definition at line 76 of file IncrementalBGS.h.

Member Data Documentation

◆ delta

template<class state , class action >
double IncrementalBGS< state, action >::IBEXData::delta

Definition at line 81 of file IncrementalBGS.h.

◆ nodeLB

template<class state , class action >
uint64_t IncrementalBGS< state, action >::IBEXData::nodeLB

Definition at line 79 of file IncrementalBGS.h.

Referenced by IncrementalBGS< state, action >::GetNodeInterval().

◆ nodesExpanded

template<class state , class action >
uint64_t IncrementalBGS< state, action >::IBEXData::nodesExpanded

◆ solutionInterval

template<class state , class action >
costInterval IncrementalBGS< state, action >::IBEXData::solutionInterval

◆ workBound

template<class state , class action >
uint64_t IncrementalBGS< state, action >::IBEXData::workBound

Definition at line 78 of file IncrementalBGS.h.

Referenced by IncrementalBGS< state, action >::GetNodeInterval().


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