#include <cyclic_cg_heuristic.h>
Definition at line 309 of file cyclic_cg_heuristic.h.
Definition at line 312 of file cyclic_cg_heuristic.h.
Definition at line 1160 of file cyclic_cg_heuristic.cpp.
Definition at line 1166 of file cyclic_cg_heuristic.cpp.
void CyclicCGHeuristic::add_to_queue | ( | LocalProblemNode * | node | ) |
Definition at line 1354 of file cyclic_cg_heuristic.cpp.
double CyclicCGHeuristic::compute_costs | ( | const TimeStampedState & | state | ) |
Definition at line 1366 of file cyclic_cg_heuristic.cpp.
double CyclicCGHeuristic::compute_heuristic | ( | const TimeStampedState & | state | ) | [virtual] |
Implements Heuristic.
Definition at line 1197 of file cyclic_cg_heuristic.cpp.
double CyclicCGHeuristic::computeScheduledPlanMakespan | ( | const TimeStampedState & | state | ) | const [protected] |
Definition at line 1274 of file cyclic_cg_heuristic.cpp.
virtual bool CyclicCGHeuristic::dead_ends_are_reliable | ( | ) | [inline, virtual] |
Reimplemented from Heuristic.
Definition at line 344 of file cyclic_cg_heuristic.h.
LocalProblem * CyclicCGHeuristic::get_local_problem | ( | int | var_no, |
int | value | ||
) | [inline] |
Definition at line 365 of file cyclic_cg_heuristic.h.
void CyclicCGHeuristic::initialize | ( | ) | [virtual] |
Reimplemented from Heuristic.
Definition at line 1173 of file cyclic_cg_heuristic.cpp.
void CyclicCGHeuristic::initialize_queue | ( | ) |
Definition at line 1349 of file cyclic_cg_heuristic.cpp.
bool CyclicCGHeuristic::is_running | ( | LocalTransition * | trans, |
const TimeStampedState & | state | ||
) |
Definition at line 738 of file cyclic_cg_heuristic.cpp.
Definition at line 1359 of file cyclic_cg_heuristic.cpp.
Definition at line 327 of file cyclic_cg_heuristic.h.
Definition at line 329 of file cyclic_cg_heuristic.h.
Definition at line 328 of file cyclic_cg_heuristic.h.
Definition at line 320 of file cyclic_cg_heuristic.h.
Definition at line 319 of file cyclic_cg_heuristic.h.
std::vector<std::vector<LocalProblem *> > CyclicCGHeuristic::local_problem_index |
Definition at line 318 of file cyclic_cg_heuristic.h.
std::vector<LocalProblem *> CyclicCGHeuristic::local_problems |
Definition at line 317 of file cyclic_cg_heuristic.h.
Definition at line 326 of file cyclic_cg_heuristic.h.
Definition at line 324 of file cyclic_cg_heuristic.h.
Definition at line 322 of file cyclic_cg_heuristic.h.