1#ifndef PROBFD_TASKS_ROOT_TASK_H
2#define PROBFD_TASKS_ROOT_TASK_H
8class ProbabilisticTask;
15extern std::shared_ptr<ProbabilisticTask>
g_root_task;
17extern std::unique_ptr<ProbabilisticTask> read_sas_task(std::istream& in);
18extern std::shared_ptr<ProbabilisticTask> read_root_tasks(std::istream& in);
20extern void set_root_task(std::shared_ptr<ProbabilisticTask> task);
This namespace contains implementations of probabilistic planning tasks.
Definition cost_adapted_task.h:12
std::shared_ptr< ProbabilisticTask > g_root_task
The input probabilistic planning task.
The top-level namespace of probabilistic Fast Downward.
Definition command_line.h:8