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/src/pddl/detail/normalization
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
..
Action.cpp Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
AtomicFormula.cpp Added AST representation for “equals” expressions. 2017-08-31 17:54:30 +02:00
ConditionalEffect.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Description.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Domain.cpp Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
Effect.cpp Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
Fact.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
InitialState.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Literal.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Precondition.cpp Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
Problem.cpp Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
Reduction.cpp Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00