We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit a1b617eCopy full SHA for a1b617e
README.md
@@ -0,0 +1,17 @@
1
+# REQUIREMENTS
2
+- Execute commands
3
+```
4
+sudo apt-get update
5
+sudo apt-get upgrade
6
+sudo apt-get install scons g++ bison flex++ g++-4.8-multilib
7
8
+
9
+# UNIVERSAL PDDL PARSER
10
+- The parser is included in the repository and is compiled when you run scons in the main directory
11
12
+# PLANNERS
13
+## Fast-Downward
14
+- Is compiled when you run scons
15
+- There are few required libraries like bison, flex, g++ and python
16
+- For more information go to the [planner webpage](http://www.fast-downward.org/)
17
+# automated-programming-framework-private
0 commit comments