1#ifndef PROBFD_PLUGINS_PDBS_PATTERN_GENERATOR_H
2#define PROBFD_PLUGINS_PDBS_PATTERN_GENERATOR_H
11namespace downward::cli::plugins {
16namespace probfd::cli::pdbs {
18extern void add_pattern_generator_options_to_feature(
19 downward::cli::plugins::Feature& feature);
21extern std::tuple<utils::Verbosity> get_generator_arguments_from_options(
22 const downward::cli::plugins::Options& opts);