1#ifndef DOWNWARD_PLUGINS_MERGE_AND_SHRINK_SHRINK_BUCKET_BASED_H
2#define DOWNWARD_PLUGINS_MERGE_AND_SHRINK_SHRINK_BUCKET_BASED_H
6namespace downward::cli::plugins {
11namespace downward::cli::merge_and_shrink {
13extern void add_shrink_bucket_options_to_feature(plugins::Feature& feature);
16get_shrink_bucket_arguments_from_options(
const plugins::Options& opts);