1#ifndef PROBFD_ALGORITHMS_FDR_TYPES_H
2#define PROBFD_ALGORITHMS_FDR_TYPES_H
14template <
typename,
typename>
18class SuccessorSampler;
20template <
typename,
typename>
21class TransitionSorter;
An interface for open lists used during search algorithms.
Definition trap_aware_dfhs.h:21
An interface used to sample a state from a successor distribution.
Definition trap_aware_lrtdp.h:17
An interface used to reorder a list of transitions.
Definition transition_sorter.h:27
The top-level namespace of probabilistic Fast Downward.
Definition command_line.h:8