patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

825 Commits

Author SHA1 Message Date
Patrick Lühne 216decafc1
Allowing types to be undeclared for increased compatibility. 2017-06-19 00:13:24 +02:00
Patrick Lühne 849faad134
Added compatibility check for unsupported “in-package” sections. 2017-06-19 00:13:18 +02:00
Patrick Lühne 9642bab0c8
Enabled colored unit test results by default. 2017-06-19 00:13:13 +02:00
Patrick Lühne 517698475c
Added test cases for all competition domains (not all of them supported yet). 2017-06-19 00:13:03 +02:00
Patrick Lühne 0b8da69394
Added official PDDL competition instances for automated testing. 2017-06-19 00:13:03 +02:00
Patrick Lühne a7c4fdb242
Started reimplementing problem parser. 2017-06-19 00:12:51 +02:00
Patrick Lühne 06b9632b70
Removed unused flags. 2017-05-18 15:55:20 +02:00
Patrick Lühne 94dd209e5e
Linking constants to their declarations by reference instead of pointer. 2017-05-17 20:21:34 +02:00
Patrick Lühne 5d65cc3100
Added missing include directive. 2017-05-17 20:21:20 +02:00
Patrick Lühne 2042d6329d
Hiding implementation details in variant classes. 2017-05-17 20:09:07 +02:00
Patrick Lühne ff1d582605
Removed unwanted copy constructor. 2017-05-17 20:00:01 +02:00
Patrick Lühne b3fd49ef97
Removed duplicate entry from predicates. 2017-05-17 19:59:32 +02:00
Patrick Lühne 8a103ea89d
Added class for PDDL parser exceptions. 2017-05-17 15:29:51 +02:00
Patrick Lühne 29f8ee0778
Added parsing utils to skip PDDL sections. 2017-05-17 15:28:58 +02:00
Patrick Lühne 5f240b632a
Added default constructors to AST structs. 2017-05-17 14:29:00 +02:00
Patrick Lühne d711fcd0f1
Removed unneeded class. 2017-05-12 14:31:26 +02:00
Patrick Lühne e312a91632
Renamed tokenizing module for clarity. 2017-05-12 14:17:57 +02:00
Patrick Lühne c10187f6ba
Minor refactoring to simplify parser classes. 2017-05-12 13:58:28 +02:00
Patrick Lühne d7db0d8ccd
Started implementing clean, separate PDDL syntax tree and parser. 2017-05-12 13:58:28 +02:00
Patrick Lühne d2f9e55e68
Merge branch 'master' of github.com:potassco/plasp into develop 2017-05-09 15:12:19 +02:00
Patrick Lühne ebcf263abd
Removed unnecessary boost::filesystem dependency. 2017-05-09 15:11:35 +02:00
Patrick Lühne 27c6b69874
Moved basic parsing to a separate module. 2017-05-09 15:05:59 +02:00
Patrick Lühne 386e5356af
Updated Catch. 2017-05-09 14:55:47 +02:00
Patrick Lühne 88cb8f4516
Improved CMake structure. 2017-05-09 13:01:10 +02:00
Patrick Lühne 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 Lühne 33e61beb4f
Fixed bug related to decomposing quantified expression. 2016-12-08 02:59:20 +01:00
Patrick Lühne 0b31d8d56c
Fixed bugs related in decomposition of expressions. 2016-12-08 02:54:28 +01:00
Patrick Lühne cb2db2cadf
Removed unnecessary test file copies in CMake configuration. 2016-12-08 02:16:17 +01:00
Patrick Lühne f1d2c4e532
Removed invalid to-do. 2016-12-08 01:58:36 +01:00
Patrick Lühne a07d105906
Added missing include. 2016-12-08 01:44:36 +01:00
Patrick Lühne 31182b6de9
Implemented translation of derived predicates in action preconditions. 2016-12-08 01:28:00 +01:00
Patrick Lühne 586f53a788
Restructured functions related to translation of predicates. 2016-12-08 01:27:38 +01:00
Patrick Lühne 1561aa5eb9
Put functions related to translation of predicates in separate file. 2016-12-08 01:18:00 +01:00
Patrick Lühne f4672a5b50
Added -Wextra flag to notice warnings more easily. 2016-12-08 01:17:09 +01:00
Patrick Lühne a5f1ebdc09
Removed unnecessary include directives. 2016-12-08 01:07:17 +01:00
Patrick Lühne 8587aa23c4
Put functions related to translation of variables in separate file. 2016-12-08 01:05:39 +01:00
Patrick Lühne 66cb09c8e4
Fixed incorrect auxiliary rule for derived predicates. 2016-12-08 00:54:13 +01:00
Patrick Lühne 6355921e59
Implemented preconditions for derived predicates. 2016-12-08 00:52:09 +01:00
Patrick Lühne 4172d320e4
Cleaned up output of translated derived predicates. 2016-12-07 23:26:46 +01:00
Patrick Lühne a8ba375e36
Implemented printing body of derived predicate definition rules. 2016-12-07 02:58:25 +01:00
Patrick Lühne 2334686c59
Renamed arguments to parameters in predicate declarations. 2016-12-07 02:55:44 +01:00
Patrick Lühne ebab65e233
Refactoring to avoid dynamic casts. 2016-12-07 02:29:48 +01:00
Patrick Lühne 692d3fe83a
Refactoring to avoid checking expression types via type enum. 2016-12-07 02:11:54 +01:00