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/include/plasp
Patrick Lühne b21b4f47bf
Made form of variables within values consistent.
Previously, variables referenced within values were unpacked within
values. This was inconsistent, because all predicates are usually used
in their unpacked form in the rest of the output format. This commit
makes this consistent by using variables in their packed form within
values, making it more compact to handle them.
2017-11-03 01:49:24 +01:00
..
pddl Made form of variables within values consistent. 2017-11-03 01:49:24 +01:00
sas Moved color logging to separate library for reusing it in PDDL parser. 2017-06-22 20:58:31 +02:00
Language.h Removed Boost dependency in language distinction. 2017-10-28 15:44:37 +02:00
LanguageDetection.h Added missing inline directive. 2017-10-14 02:13:46 +02:00
TranslatorException.h Moved color logging to separate library for reusing it in PDDL parser. 2017-06-22 20:58:31 +02:00