AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
open_list_options.h
1
#ifndef DOWNWARD_PLUGINS_OPEN_LIST_FACTORY_H
2
#define DOWNWARD_PLUGINS_OPEN_LIST_FACTORY_H
3
4
#include <tuple>
5
6
namespace
downward::cli::plugins {
7
class
Options;
8
class
Feature;
9
}
// namespace downward::cli::plugins
10
11
namespace
downward::cli {
12
13
extern
void
add_open_list_options_to_feature(plugins::Feature& feature);
14
15
extern
std::tuple<bool>
16
get_open_list_arguments_from_options(
const
plugins::Options& opts);
17
18
}
// namespace downward::cli
19
20
#endif
downward
cli
open_list_options.h
Generated on Tue Jan 7 2025 for AI 24/25 Project Software by
1.12.0