1#ifndef DOWNWARD_PLUGINS_LANDMARKS_LANDMARK_FACTORY_H
2#define DOWNWARD_PLUGINS_LANDMARKS_LANDMARK_FACTORY_H
10namespace downward::cli::plugins {
15namespace downward::cli::landmarks {
17extern void add_landmark_factory_options_to_feature(plugins::Feature& feature);
18extern std::tuple<utils::Verbosity>
19get_landmark_factory_arguments_from_options(
const plugins::Options& opts);
21extern void add_use_orders_option_to_feature(plugins::Feature& feature);
22extern bool get_use_orders_arguments_from_options(
const plugins::Options& opts);
25add_only_causal_landmarks_option_to_feature(plugins::Feature& feature);
27get_only_causal_landmarks_arguments_from_options(
const plugins::Options& opts);