1#ifndef DOWNWARD_PLUGINS_MERGE_AND_SHRINK_MERGE_TREE_OPTIONS_H
2#define DOWNWARD_PLUGINS_MERGE_AND_SHRINK_MERGE_TREE_OPTIONS_H
6namespace merge_and_shrink {
7enum class UpdateOption;
10namespace downward::cli::plugins {
15namespace downward::cli::merge_and_shrink {
17void add_merge_tree_options_to_feature(plugins::Feature& feature);
19std::tuple<int, ::merge_and_shrink::UpdateOption>
20get_merge_tree_arguments_from_options(
const plugins::Options& opts);