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