HOG2
Public Attributes | List of all members
IncrementalBTS< state, action >::currSearchState Struct Reference

Public Attributes

state currState
 
kSearchStatus status
 
double pathCost
 
std::vector< state > succ
 

Detailed Description

template<class state, class action>
struct IncrementalBTS< state, action >::currSearchState

Definition at line 99 of file IncrementalBTS.h.

Member Data Documentation

◆ currState

template<class state , class action >
state IncrementalBTS< state, action >::currSearchState::currState

Definition at line 100 of file IncrementalBTS.h.

◆ pathCost

template<class state , class action >
double IncrementalBTS< state, action >::currSearchState::pathCost

Definition at line 102 of file IncrementalBTS.h.

◆ status

template<class state , class action >
kSearchStatus IncrementalBTS< state, action >::currSearchState::status

Definition at line 101 of file IncrementalBTS.h.

◆ succ

template<class state , class action >
std::vector<state> IncrementalBTS< state, action >::currSearchState::succ

Definition at line 103 of file IncrementalBTS.h.


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