1#ifndef PROBFD_COMMAND_LINE_H
2#define PROBFD_COMMAND_LINE_H
14extern std::shared_ptr<SolverInterface>
15parse_cmd_line(
int argc,
const char** argv,
bool is_unit_cost);
19extern std::string
usage(
const std::string& progname);
The top-level namespace of probabilistic Fast Downward.
Definition command_line.h:8
std::string usage(const std::string &progname)
Returns a string documenting usage of the planner. Receives the program name as input.