1#ifndef PROBFD_PLUGINS_HEURISTICS_TASK_DEPENDENT_HEURISTIC_H
2#define PROBFD_PLUGINS_HEURISTICS_TASK_DEPENDENT_HEURISTIC_H
11namespace downward::cli::plugins {
16namespace probfd::cli::heuristics {
18extern void add_task_dependent_heuristic_options_to_feature(
19 downward::cli::plugins::Feature& feature);
21extern std::tuple<utils::Verbosity>
22get_task_dependent_heuristic_arguments_from_options(
23 const downward::cli::plugins::Options& opts);