patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

750 Commits

Author SHA1 Message Date
Patrick Lühne fb3f847f6a
Merge branch 'develop' of github.com:potassco/plasp into develop 2016-11-14 17:10:07 +01:00
mgebser 888f12d88d completed main parallel planning encodings for STRIPS instances 2016-11-14 16:56:51 +01:00
mgebser b8357629a2 started to develop STRIPS encoding variants 2016-11-14 12:00:14 +01:00
Patrick Lühne 1b56e9ed9b
Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-12 18:36:10 +01:00
Patrick Lühne ba63a9fb05
Moved Catch to lib directory. 2016-11-12 18:24:09 +01:00
Patrick Lühne 2585f726c5 Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-04 16:15:42 +01:00
Patrick Lühne dadb1801aa Minor formatting in readme file. 2016-11-04 16:12:05 +01:00
Patrick Lühne 37732f35dd Merge branch 'develop' of github.com:potassco/plasp into develop 2016-11-04 16:11:26 +01:00
Patrick Lühne 2f6255a4e8 Added contributor. 2016-11-03 18:36:57 +01:00
Patrick Lühne 5d8c143e60 Added Travis target for g++ 6. 2016-10-11 00:30:42 +02:00
Patrick Lühne 0b94e315b4 Added compiler name to Travis configuration. 2016-10-10 20:56:09 +02:00
Patrick Lühne 4a422795d9 Added language specification to Travis configuration. 2016-10-10 20:46:25 +02:00
Patrick Lühne 1a27a21fa1 Added default packages and sources to Travis configuration. 2016-10-10 18:28:59 +02:00
Patrick Lühne bba069599f Merge branch 'develop' of github.com:potassco/plasp into develop 2016-10-10 18:24:05 +02:00
Patrick Lühne ba751f8c35 Added Travis target for g++ 6. 2016-10-10 18:22:56 +02:00
Patrick Lühne 1f7ee57889 Updated building instructions after change to Catch testing framework. 2016-10-08 16:06:37 +02:00
Patrick Lühne d4faaf428c Switched from Google Test to Catch. 2016-10-08 16:03:14 +02:00
Patrick Lühne a163278fb5 Added license file to PKGBUILD for AUR. 2016-10-07 18:41:53 +02:00
Patrick Lühne 1e2573d3e7 Added PKGBUILD for AUR. 2016-10-07 18:29:22 +02:00
Patrick Lühne 5c5f0665e8 Minor formatting. 2016-10-07 16:40:01 +02:00
Patrick Lühne 0ca51236bd Added unique ID to derived predicates for easier translation. 2016-09-09 17:08:31 +02:00
Patrick Lühne a62cc8b3b9 Started implementing derived predicates for decomposing complex PDDL conditions. 2016-09-09 16:42:16 +02:00
Patrick Lühne cc0b9726ed Added to-do. 2016-09-09 13:38:15 +02:00
Patrick Lühne bec63898af Updated change log with newly supported expression types. 2016-09-08 15:59:02 +02:00
Patrick Lühne 9cccba42e0 Implemented parsing conditional effects. 2016-09-08 15:56:30 +02:00
Patrick Lühne 4fc9b35c13 Implemented disjunctive normal form. 2016-09-08 03:42:32 +02:00
Patrick Lühne 34496a7158 Finished implementing the prenex normal form with maximal groups of same-type quantifiers. 2016-09-08 02:40:51 +02:00
Patrick Lühne e0ed145716 Implemented prenex normalization. 2016-09-07 00:34:26 +02:00
Patrick Lühne 2e52357dd2 Allowing universal quantifiers in effect expressions. 2016-09-06 22:36:48 +02:00
Patrick Lühne 104f7165cd Fixed compiler error occurring in debug mode only. 2016-09-06 21:47:03 +02:00
Patrick Lühne edbc8770e3 Testing simplification of nested existential quantifiers. 2016-09-06 18:51:29 +02:00
Patrick Lühne 31068bf89c Implemented simplification of nested quantified expressions. 2016-09-06 18:50:23 +02:00
Patrick Lühne ad6b3d60eb Implemented De Morgan normalization for quantified expressions. 2016-09-06 17:43:47 +02:00
Patrick Lühne bd2ef96216 Added forward declarations for quantified expressions. 2016-09-06 17:41:04 +02:00
Patrick Lühne faa920e1ad Correctly parsing quantified expressions thanks to variable stack. 2016-09-06 17:36:51 +02:00
Patrick Lühne eb28ed3938 Implemented variable stack for parsing nested variable lists (as within quantified expressions). 2016-09-06 17:34:07 +02:00
Patrick Lühne f4f0e07bc1 Started supporting quantified expressions. 2016-09-06 16:57:31 +02:00
Patrick Lühne ca6664feb2 Refactored parsing variable lists to reuse it with quantified expressions. 2016-09-06 16:28:38 +02:00
Patrick Lühne 6f3769f364 Removed unnecessary includes. 2016-09-05 17:05:48 +02:00
Patrick Lühne 0c5936ad38 Noted to-do. 2016-09-05 00:39:12 +02:00
Patrick Lühne 263b611a7b Implemented simplification of directly nested n-ary expressions of the same type. 2016-09-05 00:37:43 +02:00
Patrick Lühne 79d449d0df Renaming to not confuse expression simplification and reduction. 2016-09-05 00:06:09 +02:00
Patrick Lühne dd621fcd5c Minor clean-up. 2016-09-04 23:54:15 +02:00
Patrick Lühne c2af84a800 Removed redundant normalization statement. 2016-09-04 23:52:06 +02:00
Patrick Lühne 3fa7b93d44 Fixed wrong recursive call. 2016-09-04 23:34:20 +02:00
Patrick Lühne 4d72c20d9b Added separate simplification step to normalize in a single recursion. 2016-09-04 23:30:08 +02:00
Patrick Lühne 97ad4268d7 Added second double negation elimination step after normalizing the argument of a “not” expression. 2016-09-04 22:45:37 +02:00
Patrick Lühne ed2d64c1c9 Added debug printing function to facilitate testing expression normalization. 2016-09-04 22:26:17 +02:00
Patrick Lühne c9ecd0c020 Implemented De Morgan’s rules for normalization purposes. 2016-09-04 20:49:22 +02:00
Patrick Lühne 6aaf7c039d Refactored normalization because of recent changes to the pointer usage. 2016-09-04 19:29:05 +02:00