patrick
/
plasp
Archived
1
0
Fork 0

Started documenting the unified output format.

This commit is contained in:
Patrick Lühne 2016-08-13 13:35:30 +02:00
parent 4fc7355fba
commit 042531abc3
1 changed files with 19 additions and 0 deletions

19
doc/output-format.md Normal file
View File

@ -0,0 +1,19 @@
# Output Format
`plasp` 3 translates SAS and PDDL files into the same ASP fact format.
## Sections
The `plasp` output contains the following sections:
section | description
--------|------------
feature requirements | advanced features (such as conditional effects or axiom rules) required by the input planning problem
types (PDDL only) | object types used by the planning problem (only if typing is enabled)
variables | fluents used by the planning problem (variables in SAS and predicates in PDDL) and their possible values
actions | actions (operators in SAS and actions in PDDL), their preconditions, and effects
mutex groups (SAS only) | sets of mutually exclusive variable assignments
axiom rules (SAS only) | special actions that are immediately executed when the preconditions are satisfied
objects (PDDL only) | constant objects defined by PDDL domains or problems
initial state | initial variable assignment
goal | target variable assignment