1#ifndef DOWNWARD_PLUGINS_SEARCH_ALGORITHMS_EAGER_SEARCH_H
2#define DOWNWARD_PLUGINS_SEARCH_ALGORITHMS_EAGER_SEARCH_H
8enum OperatorCost :
unsigned short;
17namespace downward::cli::plugins {
22namespace downward::cli::eager_search {
24extern void add_eager_search_options_to_feature(
25 plugins::Feature& feature,
26 const std::string& description);
29 std::shared_ptr<PruningMethod>,
30 std::shared_ptr<Evaluator>,
36get_eager_search_arguments_from_options(
const plugins::Options& opts);