1#ifndef DOWNWARD_PLUGINS_LP_LP_SOLVER_H
2#define DOWNWARD_PLUGINS_LP_LP_SOLVER_H
7enum class LPSolverType;
10namespace downward::cli::plugins {
15namespace downward::cli::lp {
17void add_lp_solver_option_to_feature(plugins::Feature& feature);
19std::tuple<::lp::LPSolverType>
20get_lp_solver_arguments_from_options(
const plugins::Options& opts);