AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
pattern_collection_generator_disjoint_cegar.h
1#ifndef PROBFD_PLUGINS_PDBS_PATTERN_COLLECTION_GENERATOR_DISJOINT_CEGAR_H
2#define PROBFD_PLUGINS_PDBS_PATTERN_COLLECTION_GENERATOR_DISJOINT_CEGAR_H
3
4// Forward Declarations
5namespace downward::cli::plugins {
6class Feature;
7}
8
9namespace probfd::cli::pdbs {
10
11void add_pattern_collection_generator_cegar_options_to_feature(
12 downward::cli::plugins::Feature& feature);
13
14} // namespace probfd::cli::pdbs
15
16#endif