Commit Graph
534 Commits
Author SHA1 Message Date
patrick cbbe942dfd Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-16 23:56:44 +01:00
patrick 8bab1e19cb Made readme file sections and documentation more consistent. 2016-11-16 23:53:21 +01:00
patrick c80688b241 Changed format of readme file for STRIPS encodings to Markdown. 2016-11-16 23:46:00 +01:00
gebser b1e98bd091 README file summarizing functionalities and example invocations 2016-11-15 22:48:24 +01:00
gebser 367f49253e finalizing redundant rules to restrict number of parallel plans 2016-11-15 21:16:01 +01:00
mgebser 6f1a64a705 some restriction of instantiation 2016-11-15 19:34:07 +01:00
mgebser f12ac1c839 optional redundant rules to reduce the number of parallel plans 2016-11-15 18:57:52 +01:00
gebser 03c83702ad postprocessing encoding checked 2016-11-15 09:07:36 +01:00
mgebser e2c38b5459 Merge branch 'master' of ssh://github.com/potassco/plasp 2016-11-14 18:36:49 +01:00
mgebser 7f62503237 first version of postprocessing program to check plans and represent them sequentially 2016-11-14 18:36:01 +01:00
patrick e1e9efde25 Added contributor. 2016-11-14 17:11:05 +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 1b56e9ed9b Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-12 18:36:10 +01:00
patrick ba63a9fb05 Moved Catch to lib directory. 2016-11-12 18:24:09 +01:00
Patrick Lühneandpatrick dadb1801aa Minor formatting in readme file. 2016-11-04 16:12:05 +01:00
Patrick LühneandGitHub 2f6255a4e8 Added contributor. 2016-11-03 18:36:57 +01:00
patrick 5d8c143e60 Added Travis target for g++ 6. 2016-10-11 00:30:42 +02:00
patrick 1f7ee57889 Updated building instructions after change to Catch testing framework. 2016-10-08 16:06:37 +02:00
patrick d4faaf428c Switched from Google Test to Catch. 2016-10-08 16:03:14 +02:00
patrick a163278fb5 Added license file to PKGBUILD for AUR. 2016-10-07 18:41:53 +02:00
patrick 1e2573d3e7 Added PKGBUILD for AUR. 2016-10-07 18:29:22 +02:00
patrick 5c5f0665e8 Minor formatting. 2016-10-07 16:40:01 +02:00
patrick 0c5936ad38 Noted to-do. 2016-09-05 00:39:12 +02:00
patrick 263b611a7b Implemented simplification of directly nested n-ary expressions of the same type. 2016-09-05 00:37:43 +02:00
patrick 79d449d0df Renaming to not confuse expression simplification and reduction. 2016-09-05 00:06:09 +02:00
patrick dd621fcd5c Minor clean-up. 2016-09-04 23:54:15 +02:00
patrick c2af84a800 Removed redundant normalization statement. 2016-09-04 23:52:06 +02:00
patrick 3fa7b93d44 Fixed wrong recursive call. 2016-09-04 23:34:20 +02:00
patrick 4d72c20d9b Added separate simplification step to normalize in a single recursion. 2016-09-04 23:30:08 +02:00
patrick 97ad4268d7 Added second double negation elimination step after normalizing the argument of a “not” expression. 2016-09-04 22:45:37 +02:00
patrick ed2d64c1c9 Added debug printing function to facilitate testing expression normalization. 2016-09-04 22:26:17 +02:00
patrick c9ecd0c020 Implemented De Morgan’s rules for normalization purposes. 2016-09-04 20:49:22 +02:00
patrick 6aaf7c039d Refactored normalization because of recent changes to the pointer usage. 2016-09-04 19:29:05 +02:00
patrick 7aa20a5820 Refactored expressions thanks to intrusive pointers. 2016-09-04 18:48:46 +02:00
patrick 9afabacde3 Switched to intrusive pointers for much easier maintenance. 2016-09-04 18:26:02 +02:00
patrick f10f4ac29c Added back reference expressions to make the expression tree structure simpler. 2016-09-04 14:49:34 +02:00
patrick da88a8816c Fixed issue with multiple negations. 2016-09-03 00:25:58 +02:00
patrick 63de1891af Fixed missing normalization step of arguments to imply statements and extended test to cover the issue. 2016-09-02 19:25:25 +02:00
patrick 23e851ccef Normalizing problems’ goal descriptions. 2016-09-02 18:49:30 +02:00
patrick 5f406e6b18 Added support for imply expressions to change log. 2016-09-02 18:46:24 +02:00
patrick 9aad139aae Added test covering the removal of implications. 2016-09-02 18:45:00 +02:00
patrick 4fb2c331f3 Added dummy expression to check that with removed double negations, expressions are still correctly normalized. 2016-09-02 18:32:13 +02:00
patrick 1a96c3ec72 Added test covering removal of double negations. 2016-09-02 18:27:00 +02:00
patrick b084a1f727 Implemented removal of double negations. 2016-09-02 18:07:37 +02:00
patrick 56ce55677f Started implementing PDDL normalization. 2016-09-02 17:58:00 +02:00
patrick c528626fe9 Preparing more general form of PDDL normalization. 2016-09-02 16:39:42 +02:00
patrick 8361f3767b Version bump after release 3.0.3. 2016-09-02 15:46:58 +02:00
patrick b72a17c190 Version bump for release 3.0.3. v3.0.3 2016-09-02 15:46:14 +02:00
patrick 6842bff04b Removed temporary directory. 2016-09-02 15:45:44 +02:00