Skip to content

Template

RukNdf edited this page Mar 15, 2021 · 5 revisions

Template file, used to generate the LaTeX report.

Uses the following keywords:

Words:

* %!name!% ---------> Program name
* %!domain!% -------> Domain name 
* %!problem!% ------> Problem name
* %!domainFile!% ---> Domain file
* %!problemFile!% --> Problem file
* %!planFile!% -----> Plan file

Plan:

* %!plan!% ------> Action. Repeats line for every action in the plan.
* %!planNum!% ---> Number of the current action. Must be in the same line.

Validation:

* %!val!% --------> Action. Repeats until endval for each action applied. 
* %!valNum!% -----> Number of the current action. Must be in the same line.
* %!valP!% -------> Result (errors, resulting predicates). Repeats current line for each error/predicate. 
* %!endVal!% -----> End of section. Line is ignored. 

Goal:

* %!goalAchieved!% -> Goal achieved string. 
Clone this wiki locally