patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

62 Commits

Author SHA1 Message Date
Patrick Lühne e93085d88a
Moved color logging to separate library for reusing it in PDDL parser. 2017-06-22 20:58:31 +02:00
Patrick Lühne 27c6b69874
Moved basic parsing to a separate module. 2017-05-09 15:05:59 +02:00
Patrick Lühne c1340f6297
Merge branch 'develop' of github.com:potassco/plasp into normalization 2016-12-02 01:16:22 +01:00
Patrick Lühne c4e19dddae
Refactoring to use cleaner output implementation. 2016-11-29 06:03:05 +01:00
Patrick Lühne cc0b9726ed Added to-do. 2016-09-09 13:38:15 +02:00
Patrick Lühne be376a9ffb Hiding mutex group section in output if there are none. 2016-08-30 13:02:00 +02:00
Patrick Lühne 568945c7a8 Fixed incorrect output format of conditional effects with SAS. 2016-08-26 15:50:39 +02:00
Patrick Lühne cdb06fa5bf Improved output format and highlighting. 2016-08-16 18:35:55 +02:00
Patrick Lühne b8a3019e5b Made unconditional effects a keyword. 2016-08-15 16:59:28 +02:00
Patrick Lühne ef57f27c6a Changed output format of axiom rules for consistency. 2016-08-15 16:33:33 +02:00
Patrick Lühne 08113c961a Continuously incrementing effect IDs, with a special identifier for unconditional effects. 2016-08-14 17:21:41 +02:00
Patrick Lühne bdb6ac9fba Changed output format of axiom rules. 2016-08-14 16:02:28 +02:00
Patrick Lühne 4037b339e4 Changed keyword for conditions of conditional effects. 2016-08-14 15:14:13 +02:00
Patrick Lühne 0fb282d153 Changed output format of feature requirements. 2016-08-14 14:55:46 +02:00
Patrick Lühne c391a1f566 Removed unwanted newline in SAS output. 2016-08-13 18:44:18 +02:00
Patrick Lühne 4fc7355fba Removed unwanted newline. 2016-08-13 13:21:00 +02:00
Patrick Lühne 230c6dfc15 Made order of sections of translated SAS more uniform with PDDL. 2016-08-13 02:29:48 +02:00
Patrick Lühne 378b2ae673 Wrapped translated SAS axiom rule definitions for usability in meta encodings. 2016-08-13 01:44:45 +02:00
Patrick Lühne 36e517bd80 Wrapped translated SAS mutex group definitions for usability in meta encodings. 2016-08-13 01:42:18 +02:00
Patrick Lühne 569b3d0c97 Wrapped translated SAS action definitions for usability in meta encodings. 2016-08-13 01:40:31 +02:00
Patrick Lühne 8a82f52100 Wrapped translated SAS variable definitions for usability in meta encodings. 2016-08-13 01:36:08 +02:00
Patrick Lühne 9ed7277ec9 Fixed minor formatting issue with axiom rules. 2016-06-22 08:45:48 +01:00
Patrick Lühne aff396d919 Colorizing numbers in translated SAS output. 2016-06-14 17:41:41 +02:00
Patrick Lühne f7cd24b67a Colorized output for SAS translator. 2016-06-14 17:35:32 +02:00
Patrick Lühne 49002ac52d Made output stream a member of the SAS translator for convenience. 2016-06-12 22:35:31 +02:00
Patrick Lühne 6a83147ac0 Moved TranslatorException class to utils directory. 2016-06-10 17:21:56 +02:00
Patrick Lühne 07eb23b312 Refactored basic parsing. 2016-05-27 03:58:59 +02:00
Patrick Lühne 8eb0a4847f Refactoring of TranslatorASP class. 2016-05-26 12:59:18 +02:00
Patrick Lühne ee0b446230 Showing action cost predicates unconditionally for easier handling in meta encodings. 2016-05-24 01:54:57 +02:00
Patrick Lühne ac354d512c Treating <none of those> as a normal value in SAS translator output. 2016-05-24 01:48:59 +02:00
Patrick Lühne bf6300f36b Made SAS translator output format contain less IDs. 2016-05-24 01:42:15 +02:00
Patrick Lühne 3a2dfd97b8 Added conditional effect support for SAS translator output. 2016-05-23 18:16:44 +02:00
Patrick Lühne bc5f8edb67 Hiding action cost output if feature not required. 2016-05-23 17:15:22 +02:00
Patrick Lühne 05058c149e Added axiom rule support for SAS translator output. 2016-05-23 17:13:11 +02:00
Patrick Lühne a5fd698888 Added action costs support for SAS translator output. 2016-05-23 16:57:12 +02:00
Patrick Lühne 4c6c739060 Changed SAS translator output format once more to make it even closer to the SAS format. 2016-05-23 16:28:06 +02:00
Patrick Lühne 02a5b11884 Switching SAS translator output format to multi-valued variable representation. 2016-05-23 15:36:23 +02:00
Patrick Lühne 6e37721243 Minor formatting. 2016-05-23 14:24:00 +02:00
Patrick Lühne 0724963c32 Removed fluents section (to be derived from variables instead). 2016-05-23 14:22:33 +02:00
Patrick Lühne 03ae0dc301 Changed SAS translator output format to be closer to the SAS representation. 2016-05-23 14:20:11 +02:00
Patrick Lühne 2ef710642b Fixed unescaped fluent names. 2016-05-23 02:03:52 +02:00
Patrick Lühne 3ff20da97e Handling <none of those> values in ASP translator. 2016-05-23 01:53:42 +02:00
Patrick Lühne 401c4069bd Enforcing variables to have exactly (and not at most) one value. 2016-05-23 01:02:45 +02:00
Patrick Lühne ea1dcef788 Reordered ASP output. 2016-05-23 00:25:13 +02:00
Patrick Lühne 5db8af9ffc Fixed meta encoding for sequential, incremental planning. 2016-05-23 00:24:48 +02:00
Patrick Lühne d8b87c7bfa Finished SAS-to-ASP translation with limited support. 2016-05-22 22:45:33 +02:00
Patrick Lühne eed215871a Minor formatting. 2016-05-22 20:22:48 +02:00
Patrick Lühne 1dd55715f1 Reordered ASP output. 2016-05-22 20:21:31 +02:00
Patrick Lühne 4258dfcfd0 Added constraints derived from SAS variables to ASP output and fixed mutex group constraints. 2016-05-22 16:35:57 +02:00
Patrick Lühne 97eaff0535 Removed done to-do. 2016-05-22 16:04:22 +02:00