patrick
/
plasp
Archived
1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/lib/pddl
Patrick Lühne 624ddc38aa
Fixed incorrect derived predicate IDs in problems.
The IDs of derived predicates within problems were accidentally starting
with 1 again, colliding with the IDs of derived predicates in the
domain. With this fix, the IDs are continuously incremented, even after
switching from domain to problem.
2017-10-25 19:01:11 +02:00
..
include/pddl Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
src Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
tests Renamed test suites for clarity. 2017-08-31 19:15:17 +02:00
CMakeLists.txt Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00