Commit Graph
653 Commits
Author SHA1 Message Date
patrick 386e5356af Updated Catch. 2017-05-09 14:55:47 +02:00
patrick 88cb8f4516 Improved CMake structure. 2017-05-09 13:01:10 +02:00
patrick 9c9995380e Resolved compiler warnings with clang. 2017-05-09 13:00:44 +02:00
mgebser ff8dc0e85f just stylistic change 2017-01-18 15:45:12 +01:00
gebser 1b94053542 revised redundant rules 2017-01-18 10:12:52 +01:00
gebser d1f1f9230c added predicate 2017-01-17 19:52:12 +01:00
mgebser 59e95c7097 some refactoring 2017-01-17 17:15:21 +01:00
mgebser 18f4a87dd7 slight modification 2017-01-17 13:31:34 +01:00
gebser 664762fdec about to revise encodings 2017-01-17 10:12:37 +01:00
mgebser 1458d93408 more parallel ''exists'' encoding variants 2017-01-16 17:15:19 +01:00
patrick 33e61beb4f Fixed bug related to decomposing quantified expression. 2016-12-08 02:59:20 +01:00
patrick 0b31d8d56c Fixed bugs related in decomposition of expressions. 2016-12-08 02:54:28 +01:00
patrick cb2db2cadf Removed unnecessary test file copies in CMake configuration. 2016-12-08 02:16:17 +01:00
patrick f1d2c4e532 Removed invalid to-do. 2016-12-08 01:58:36 +01:00
patrick a07d105906 Added missing include. 2016-12-08 01:44:36 +01:00
patrick 31182b6de9 Implemented translation of derived predicates in action preconditions. 2016-12-08 01:28:00 +01:00
patrick 586f53a788 Restructured functions related to translation of predicates. 2016-12-08 01:27:38 +01:00
patrick 1561aa5eb9 Put functions related to translation of predicates in separate file. 2016-12-08 01:18:00 +01:00
patrick f4672a5b50 Added -Wextra flag to notice warnings more easily. 2016-12-08 01:17:09 +01:00
patrick a5f1ebdc09 Removed unnecessary include directives. 2016-12-08 01:07:17 +01:00
patrick 8587aa23c4 Put functions related to translation of variables in separate file. 2016-12-08 01:05:39 +01:00
patrick 66cb09c8e4 Fixed incorrect auxiliary rule for derived predicates. 2016-12-08 00:54:13 +01:00
patrick 6355921e59 Implemented preconditions for derived predicates. 2016-12-08 00:52:09 +01:00
patrick 4172d320e4 Cleaned up output of translated derived predicates. 2016-12-07 23:26:46 +01:00
patrick a8ba375e36 Implemented printing body of derived predicate definition rules. 2016-12-07 02:58:25 +01:00
patrick 2334686c59 Renamed arguments to parameters in predicate declarations. 2016-12-07 02:55:44 +01:00
patrick ebab65e233 Refactoring to avoid dynamic casts. 2016-12-07 02:29:48 +01:00
patrick 692d3fe83a Refactoring to avoid checking expression types via type enum. 2016-12-07 02:11:54 +01:00
patrick 3b110c0b8a Started implementing translation for derived predicates. 2016-12-07 01:56:06 +01:00
patrick 443c126b88 Merge branch 'develop' of github.com:potassco/plasp into normalization 2016-12-05 02:23:43 +01:00
patrick eb4798df4e Updated catch. 2016-12-05 02:17:11 +01:00
patrick c1340f6297 Merge branch 'develop' of github.com:potassco/plasp into normalization 2016-12-02 01:16:22 +01:00
patrick 9e1cdaaa51 Implemented new command-line options replacing --warning-level. 2016-12-01 17:18:58 +01:00
patrick cfce6b1bbd Removed unnecessary namespace directive. 2016-12-01 16:26:29 +01:00
patrick c4e19dddae Refactoring to use cleaner output implementation. 2016-11-29 06:03:05 +01:00
patrick 9b49b8ebe7 CMake project restructuring. 2016-11-29 02:55:26 +01:00
patrick 8b069d8149 Minor formatting. 2016-11-29 02:11:43 +01:00
patrick f4efb4f3d4 Improved command-line interface. 2016-11-29 02:05:01 +01:00
patrick 180cc33ded Merge branch 'develop' of github.com:potassco/plasp into develop 2016-11-29 01:32:25 +01:00
patrick 431b33a4da Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-22 02:17:55 +01:00
patrick 58e784408c Fixed incorrect build status badge in readme. 2016-11-22 02:17:07 +01:00
patrick 91b2a23c78 Added a sequential, fixed-horizon meta encoding. 2016-11-20 23:52:55 +01:00
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