patrick
/
plasp
Archived
1
0
Fork 0

Minor rephrasing in documentation.

This commit is contained in:
Patrick Lühne 2016-08-13 17:42:02 +02:00
parent ffcf07b935
commit d00c5bb753
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Declares advanced features required by the input planning problem, such as conditional effects and axiom rules.
Feature requirements may be used in meta encodings to warn about features that are unsupported by the encoding.
Feature requirements may be used in meta encodings to warn about unsupported features.
syntax | description
-------|------------
@ -21,5 +21,5 @@ Currently, feature requirements are only recognized with SAS problems.
SAS feature | description
------------|------------
`actionCosts` | actions have associated costs
`axiomRules` | immediate actions used, which are executed as soon as the preconditions are satisfied
`axiomRules` | immediate actions are used, which are executed as soon as the preconditions are satisfied
`conditionalEffects` | some effects of an action may have additional conditions