1#ifndef DOWNWARD_PLUGINS_PDBS_CEGAR_H
2#define DOWNWARD_PLUGINS_PDBS_CEGAR_H
6namespace downward::cli::plugins {
11namespace downward::cli::pdbs {
14add_cegar_implementation_notes_to_feature(plugins::Feature& feature);
16extern void add_cegar_wildcard_option_to_feature(plugins::Feature& feature);
19get_cegar_wildcard_arguments_from_options(
const plugins::Options& opts);