Skip to content
Snippets Groups Projects
Unverified Commit a47898cd authored by Alejandro Suarez Hernandez's avatar Alejandro Suarez Hernandez Committed by GitHub
Browse files

Updated example code

parent eb54b4f4
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,8 @@ an example on how to specify and solve problem:
Predicate("at", "wolf", "west"),
Predicate("at", "boat", "west")}, {});
problem.domain = Domain(std::string(std::getenv("HOME"))+"/BOAT_DOMAIN");
Plan plan = planner(problem);
Result result = planner.search(problem);
std::cout << planner.get_plan() << std::endl;
(...)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment