#include <cyclic_cg_heuristic.h>
Public Member Functions | |
LocalProblemNodeComp * | get_source () |
LocalTransitionComp (FuncTransitionLabel *the_label, LocalProblemNodeComp *the_source, LocalProblemNodeComp *the_target) | |
virtual void | on_condition_reached (int cond_no, double cost) |
virtual void | print_description () |
Public Attributes | |
vector< bool > | conds_satiesfied |
LocalProblemNodeComp * | source |
LocalProblemNodeComp * | target |
Definition at line 248 of file cyclic_cg_heuristic.h.
LocalTransitionComp::LocalTransitionComp | ( | FuncTransitionLabel * | the_label, |
LocalProblemNodeComp * | the_source, | ||
LocalProblemNodeComp * | the_target | ||
) | [inline] |
Definition at line 262 of file cyclic_cg_heuristic.h.
LocalProblemNodeComp* LocalTransitionComp::get_source | ( | ) | [inline, virtual] |
Implements LocalTransition.
Definition at line 256 of file cyclic_cg_heuristic.h.
void LocalTransitionComp::on_condition_reached | ( | int | cond_no, |
double | cost | ||
) | [virtual] |
Implements LocalTransition.
Definition at line 718 of file cyclic_cg_heuristic.cpp.
void LocalTransitionComp::print_description | ( | ) | [virtual] |
Implements LocalTransition.
Definition at line 590 of file cyclic_cg_heuristic.cpp.
vector<bool> LocalTransitionComp::conds_satiesfied |
Definition at line 260 of file cyclic_cg_heuristic.h.
Definition at line 252 of file cyclic_cg_heuristic.h.
Definition at line 254 of file cyclic_cg_heuristic.h.