1#ifndef DOWNWARD_PLUGINS_PRUNING_METHOD_H
2#define DOWNWARD_PLUGINS_PRUNING_METHOD_H
11namespace downward::cli::plugins {
16namespace downward::cli {
18extern void add_pruning_options_to_feature(plugins::Feature& feature);
20extern std::tuple<utils::Verbosity>
21get_pruning_arguments_from_options(
const plugins::Options& opts);