1#ifndef DOWNWARD_PLUGINS_LANDMARKS_LANDMARK_HEURISTIC_H
2#define DOWNWARD_PLUGINS_LANDMARKS_LANDMARK_HEURISTIC_H
14namespace downward::cli::plugins {
23namespace downward::cli::landmarks {
25extern void add_landmark_heuristic_options_to_feature(
26 plugins::Feature& feature,
27 const std::string& description);
30 std::shared_ptr<::landmarks::LandmarkFactory>,
35 std::shared_ptr<AbstractTask>,
39get_landmark_heuristic_arguments_from_options(
const plugins::Options& opts);