Commit Graph
100 Commits
Author SHA1 Message Date
patrick a6babf3e90 Reimplemented major parts of parsing preconditions. 2017-06-19 00:13:48 +02:00
patrick 62b9da844a Started reimplementing expression parsing. 2017-06-19 00:13:43 +02:00
patrick fa9fd0935b Made error message more precise. 2017-06-19 00:13:35 +02:00
patrick 1e77a6b043 Added “domain-axioms” as an ignored requirement to increase compatibility. 2017-06-19 00:13:29 +02:00
patrick 216decafc1 Allowing types to be undeclared for increased compatibility. 2017-06-19 00:13:24 +02:00
patrick 849faad134 Added compatibility check for unsupported “in-package” sections. 2017-06-19 00:13:18 +02:00
patrick 9642bab0c8 Enabled colored unit test results by default. 2017-06-19 00:13:13 +02:00
patrick 517698475c Added test cases for all competition domains (not all of them supported yet). 2017-06-19 00:13:03 +02:00
patrick 0b8da69394 Added official PDDL competition instances for automated testing. 2017-06-19 00:13:03 +02:00
patrick a7c4fdb242 Started reimplementing problem parser. 2017-06-19 00:12:51 +02:00
patrick 06b9632b70 Removed unused flags. 2017-05-18 15:55:20 +02:00
patrick 94dd209e5e Linking constants to their declarations by reference instead of pointer. 2017-05-17 20:21:34 +02:00
patrick 5d65cc3100 Added missing include directive. 2017-05-17 20:21:20 +02:00
patrick 2042d6329d Hiding implementation details in variant classes. 2017-05-17 20:09:07 +02:00
patrick ff1d582605 Removed unwanted copy constructor. 2017-05-17 20:00:01 +02:00
patrick b3fd49ef97 Removed duplicate entry from predicates. 2017-05-17 19:59:32 +02:00
patrick 8a103ea89d Added class for PDDL parser exceptions. 2017-05-17 15:29:51 +02:00
patrick 29f8ee0778 Added parsing utils to skip PDDL sections. 2017-05-17 15:28:58 +02:00
patrick 5f240b632a Added default constructors to AST structs. 2017-05-17 14:29:00 +02:00
patrick d711fcd0f1 Removed unneeded class. 2017-05-12 14:31:26 +02:00
patrick e312a91632 Renamed tokenizing module for clarity. 2017-05-12 14:17:57 +02:00
patrick c10187f6ba Minor refactoring to simplify parser classes. 2017-05-12 13:58:28 +02:00
patrick d7db0d8ccd Started implementing clean, separate PDDL syntax tree and parser. 2017-05-12 13:58:28 +02:00
patrick d2f9e55e68 Merge branch 'master' of github.com:potassco/plasp into develop 2017-05-09 15:12:19 +02:00
patrick ebcf263abd Removed unnecessary boost::filesystem dependency. 2017-05-09 15:11:35 +02:00
patrick 27c6b69874 Moved basic parsing to a separate module. 2017-05-09 15:05:59 +02:00
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
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
patrick e1e9efde25 Added contributor. 2016-11-14 17:11:05 +01:00
patrick fb3f847f6a Merge branch 'develop' of github.com:potassco/plasp into develop 2016-11-14 17:10:07 +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 2585f726c5 Merge branch 'master' of github.com:potassco/plasp into develop 2016-11-04 16:15:42 +01:00
patrick 37732f35dd Merge branch 'develop' of github.com:potassco/plasp into develop 2016-11-04 16:11:26 +01:00
patrick 5d8c143e60 Added Travis target for g++ 6. 2016-10-11 00:30:42 +02:00
patrick 0b94e315b4 Added compiler name to Travis configuration. 2016-10-10 20:56:09 +02:00
patrick 4a422795d9 Added language specification to Travis configuration. 2016-10-10 20:46:25 +02:00
patrick 1a27a21fa1 Added default packages and sources to Travis configuration. 2016-10-10 18:28:59 +02:00
patrick bba069599f Merge branch 'develop' of github.com:potassco/plasp into develop 2016-10-10 18:24:05 +02:00
patrick ba751f8c35 Added Travis target for g++ 6. 2016-10-10 18:22:56 +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 0ca51236bd Added unique ID to derived predicates for easier translation. 2016-09-09 17:08:31 +02:00
patrick a62cc8b3b9 Started implementing derived predicates for decomposing complex PDDL conditions. 2016-09-09 16:42:16 +02:00
patrick cc0b9726ed Added to-do. 2016-09-09 13:38:15 +02:00
patrick bec63898af Updated change log with newly supported expression types. 2016-09-08 15:59:02 +02:00
patrick 9cccba42e0 Implemented parsing conditional effects. 2016-09-08 15:56:30 +02:00
patrick 4fc9b35c13 Implemented disjunctive normal form. 2016-09-08 03:42:32 +02:00
patrick 34496a7158 Finished implementing the prenex normal form with maximal groups of same-type quantifiers. 2016-09-08 02:40:51 +02:00
patrick e0ed145716 Implemented prenex normalization. 2016-09-07 00:34:26 +02:00
patrick 2e52357dd2 Allowing universal quantifiers in effect expressions. 2016-09-06 22:36:48 +02:00
patrick 104f7165cd Fixed compiler error occurring in debug mode only. 2016-09-06 21:47:03 +02:00
patrick edbc8770e3 Testing simplification of nested existential quantifiers. 2016-09-06 18:51:29 +02:00
patrick 31068bf89c Implemented simplification of nested quantified expressions. 2016-09-06 18:50:23 +02:00
patrick ad6b3d60eb Implemented De Morgan normalization for quantified expressions. 2016-09-06 17:43:47 +02:00
patrick bd2ef96216 Added forward declarations for quantified expressions. 2016-09-06 17:41:04 +02:00
patrick faa920e1ad Correctly parsing quantified expressions thanks to variable stack. 2016-09-06 17:36:51 +02:00
patrick eb28ed3938 Implemented variable stack for parsing nested variable lists (as within quantified expressions). 2016-09-06 17:34:07 +02:00
patrick f4f0e07bc1 Started supporting quantified expressions. 2016-09-06 16:57:31 +02:00
patrick ca6664feb2 Refactored parsing variable lists to reuse it with quantified expressions. 2016-09-06 16:28:38 +02:00
patrick 6f3769f364 Removed unnecessary includes. 2016-09-05 17:05:48 +02:00