I implemented normalization of PDDL for nested preconditions and multiple other features. These should be tested to a certain degree to ensure that the output is correct.
To Do
test that basic PDDL is preserved
test that simple features are correctly reduced away
implications
universal quantifiers
negation normalization, including De Morgan rules
test that nested preconditions are properly flattened
test that parameters and existential parameters are correctly captured
test numbering of derived predicates when present in both domain and problem
I implemented normalization of PDDL for nested preconditions and multiple other features. These should be tested to a certain degree to ensure that the output is correct.
### To Do
- [x] test that basic PDDL is preserved
- [x] test that simple features are correctly reduced away
- [x] implications
- [x] universal quantifiers
- [x] negation normalization, including De Morgan rules
- [x] test that nested preconditions are properly flattened
- [x] test that parameters and existential parameters are correctly captured
- [x] test numbering of derived predicates when present in both domain and problem
patrick
added this to the plasp 3.1.0 milestone 2017-11-03 19:32:49 +01:00
patrick
self-assigned this 2017-11-03 19:32:49 +01:00
patrick
added the task label 2017-11-03 19:34:49 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I implemented normalization of PDDL for nested preconditions and multiple other features. These should be tested to a certain degree to ensure that the output is correct.
To Do