AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
pattern_collection_generator_multiple_options.h
1
#ifndef DOWNWARD_PLUGINS_PDBS_PATTERN_COLLECTION_GENERATOR_MULTIPLE_H
2
#define DOWNWARD_PLUGINS_PDBS_PATTERN_COLLECTION_GENERATOR_MULTIPLE_H
3
4
#include <tuple>
5
6
namespace
utils {
7
enum class
Verbosity;
8
}
9
10
namespace
downward::cli::plugins {
11
class
Feature;
12
class
Options;
13
}
// namespace downward::cli::plugins
14
15
namespace
downward::cli::pdbs {
16
17
extern
void
add_multiple_algorithm_implementation_notes_to_feature(
18
plugins::Feature& feature);
19
20
extern
void
add_multiple_options_to_feature(plugins::Feature& feature);
21
22
extern
std::
23
tuple<int, int, double, double, double, double, bool, int, utils::Verbosity>
24
get_multiple_arguments_from_options(
const
plugins::Options& opts);
25
26
}
// namespace downward::cli::pdbs
27
28
#endif
downward
cli
pdbs
pattern_collection_generator_multiple_options.h
Generated on Tue Jan 7 2025 for AI 24/25 Project Software by
1.12.0