1#ifndef PROBFD_PLUGINS_SOLVERS_MDP_SOLVER_H
2#define PROBFD_PLUGINS_SOLVERS_MDP_SOLVER_H
4#include "probfd/aliases.h"
18namespace downward::cli::plugins {
24class TaskEvaluatorFactory;
31add_base_solver_options_to_feature(downward::cli::plugins::Feature& feature);
35 std::vector<std::shared_ptr<::Evaluator>>,
37 std::shared_ptr<probfd::TaskEvaluatorFactory>,
38 std::optional<probfd::value_t>,
43get_base_solver_args_from_options(
44 const downward::cli::plugins::Options& options);
This namespace contains the solver plugins for various search algorithms.
Definition mdp_heuristic_search.h:19
The top-level namespace of probabilistic Fast Downward.
Definition command_line.h:8