1#ifndef DOWNWARD_PLUGINS_PDBS_PATTERN_GENERATOR_H
2#define DOWNWARD_PLUGINS_PDBS_PATTERN_GENERATOR_H
10namespace downward::cli::plugins {
15namespace downward::cli::pdbs {
17extern void add_generator_options_to_feature(plugins::Feature& feature);
19extern std::tuple<::utils::Verbosity>
20get_generator_arguments_from_options(
const plugins::Options& opts);