#include <cyclic_cg_heuristic.h>
Public Member Functions | |
void | dump () |
LocalProblemNodeDiscrete (LocalProblemDiscrete *owner, int children_state_size, int value) | |
virtual void | on_expand (const TimeStampedState &state) |
void | print_name () |
Public Attributes | |
std::vector < LocalTransitionDiscrete > | additional_outgoing_transitions |
std::vector < LocalTransitionDiscrete > | outgoing_transitions |
Definition at line 156 of file cyclic_cg_heuristic.h.
LocalProblemNodeDiscrete::LocalProblemNodeDiscrete | ( | LocalProblemDiscrete * | owner, |
int | children_state_size, | ||
int | value | ||
) |
Definition at line 140 of file cyclic_cg_heuristic.cpp.
void LocalProblemNodeDiscrete::dump | ( | ) | [virtual] |
Reimplemented from LocalProblemNode.
Definition at line 272 of file cyclic_cg_heuristic.cpp.
void LocalProblemNodeDiscrete::on_expand | ( | const TimeStampedState & | state | ) | [virtual] |
Implements LocalProblemNode.
Definition at line 150 of file cyclic_cg_heuristic.cpp.
void LocalProblemNodeDiscrete::print_name | ( | ) | [virtual] |
Implements LocalProblemNode.
Definition at line 309 of file cyclic_cg_heuristic.cpp.
Definition at line 162 of file cyclic_cg_heuristic.h.
Definition at line 161 of file cyclic_cg_heuristic.h.