AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::tasks Namespace Reference

Description

This namespace contains implementations of probabilistic planning tasks.

Classes

class  DeterminizationTask
 Deterministic planning task representing the all-outcomes determinization of a probabilistic planning task. More...
 

Variables

std::shared_ptr< ProbabilisticTaskg_root_task
 The input probabilistic planning task.
 

Variable Documentation

◆ g_root_task

std::shared_ptr<ProbabilisticTask> probfd::tasks::g_root_task
extern

The input probabilistic planning task.