1#ifndef DOWNWARD_PLUGINS_EVALUATOR_H
2#define DOWNWARD_PLUGINS_EVALUATOR_H
11namespace downward::cli::plugins {
16namespace downward::cli {
18extern void add_evaluator_options_to_feature(
19 plugins::Feature& feature,
20 const std::string& description);
22extern std::tuple<std::string, utils::Verbosity>
23get_evaluator_arguments_from_options(
const plugins::Options& opts);