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/include/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
..
detail Fixed incorrect derived predicate IDs in problems. 2017-10-25 19:01:11 +02:00
AST.h Added AST representation for “equals” expressions. 2017-08-31 17:54:30 +02:00
ASTForward.h Added AST representation for “equals” expressions. 2017-08-31 17:54:30 +02:00
ASTOutput.h Added AST representation for “equals” expressions. 2017-08-31 17:54:30 +02:00
Context.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Exception.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Mode.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Normalize.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
NormalizedAST.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
NormalizedASTForward.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
NormalizedASTOutput.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Parse.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Tokenizer.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00
Variant.h Renamed “pddlparse” library to simply “pddl”. 2017-08-09 17:52:50 +02:00