1#ifndef DOWNWARD_PLUGINS_MERGE_AND_SHRINK_MERGE_STRATEGY_FACTORY_H
2#define DOWNWARD_PLUGINS_MERGE_AND_SHRINK_MERGE_STRATEGY_FACTORY_H
10namespace downward::cli::plugins {
15namespace downward::cli::merge_and_shrink {
17extern void add_merge_strategy_options_to_feature(plugins::Feature& feature);
18extern std::tuple<utils::Verbosity>
19get_merge_strategy_arguments_from_options(
const plugins::Options& opts);