1#ifndef PROBFD_PLUGINS_PDBS_CEGAR_CEGAR_H
2#define PROBFD_PLUGINS_PDBS_CEGAR_CEGAR_H
7namespace downward::cli::plugins {
12namespace probfd::cli::pdbs {
15add_cegar_wildcard_option_to_feature(downward::cli::plugins::Feature& feature);
17extern std::tuple<bool> get_cegar_wildcard_arguments_from_options(
18 const downward::cli::plugins::Options& opts);