-
Notifications
You must be signed in to change notification settings - Fork 0
Parser.java
RukNdf edited this page Mar 15, 2021
·
4 revisions
PDDL parser.
Demo function. Parses the problem and plan in the /test folder, prints the domain to the terminal, and output a LaTeX report to the file "out".
Parses the pddl domain [filename] and returns a PDDL object.
Parses the pddl problem [filename] and saves it to the PDDL object. It requires a PDDL object with a domain.
Parses the pddl plan [filename] and saves it to the PDDL object.