1#ifndef PROBFD_FDR_TYPES_H
2#define PROBFD_FDR_TYPES_H
10template <
typename,
typename>
13template <
typename,
typename>
16template <
typename,
typename>
17class SimpleCostFunction;
19template <
typename,
typename>
22template <
typename,
typename>
25template <
typename,
typename>
The interface specifying action and state termination costs, aswell as the goal states of a state spa...
Definition fdr_types.h:14
The interface representing heuristic functions.
Definition mdp_algorithm.h:16
Interface for MDP algorithm implementations.
Definition mdp_algorithm.h:29
Basic interface for MDPs.
Definition mdp_algorithm.h:14
Basic interface for MDPs.
Definition mdp.h:27
An interface representing a Markov Decision Process (MDP) without objective function.
Definition state_space.h:44
The top-level namespace of probabilistic Fast Downward.
Definition command_line.h:8
SimpleCostFunction< State, OperatorID > FDRSimpleCostFunction
Type alias for simple cost functions for MDPs in FDR.
Definition fdr_types.h:39
SimpleCostFunction< State, OperatorID > FDRCostFunction
Type alias for cost functions for MDPs in FDR.
Definition fdr_types.h:36