1#ifndef DOWNWARD_PLUGINS_EVALUATORS_COMBINING_EVALUATOR_H
2#define DOWNWARD_PLUGINS_EVALUATORS_COMBINING_EVALUATOR_H
14namespace downward::cli::plugins {
19namespace downward::cli::combining_evaluator {
21extern void add_combining_evaluator_options_to_feature(
22 plugins::Feature& feature,
23 const std::string& description);
26 std::vector<std::shared_ptr<Evaluator>>,
29get_combining_evaluator_arguments_from_options(
const plugins::Options& opts);