1#ifndef DOWNWARD_PLUGINS_HEURISTIC_H
2#define DOWNWARD_PLUGINS_HEURISTIC_H
14namespace downward::cli::plugins {
19namespace downward::cli {
21extern void add_heuristic_options_to_feature(
22 plugins::Feature& feature,
23 const std::string& description);
25 tuple<std::shared_ptr<AbstractTask>, bool, std::string, utils::Verbosity>
26 get_heuristic_arguments_from_options(
const plugins::Options& opts);