AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
utils.h
1#ifndef DOWNWARD_PLUGINS_PDBS_UTILS_H
2#define DOWNWARD_PLUGINS_PDBS_UTILS_H
3
4#include <string>
5
6namespace downward::cli::pdbs {
7extern std::string get_rovner_et_al_reference();
8} // namespace downward::cli::pdbs
9
10#endif