patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

30 Commits

Author SHA1 Message Date
Patrick Lühne 680206b40b Removed Reference expressions. 2016-06-13 01:38:56 +02:00
Patrick Lühne 1c8af793c2 Made PDDL action preconditions and effects optional. 2016-06-12 23:51:45 +02:00
Patrick Lühne be09230410 Added test for PDDL comment parsing. 2016-06-10 16:50:08 +02:00
Patrick Lühne c6bdfe3f38 Renamed issue checking test. 2016-06-09 23:35:57 +02:00
Patrick Lühne d1063b345d Renamed error detection tests. 2016-06-09 23:31:12 +02:00
Patrick Lühne 9a034cb556 Testing goal for Storage problem. 2016-06-09 23:21:05 +02:00
Patrick Lühne 5cd22d284b Testing goal for Blocks World problem. 2016-06-09 23:19:20 +02:00
Patrick Lühne 15061f75a9 Added test covering last issue. 2016-06-09 18:48:16 +02:00
Patrick Lühne 23170e170a Added test covering last two issues. 2016-06-09 18:32:55 +02:00
Patrick Lühne 3041b6a278 Testing initial state for Storage problem. 2016-06-09 18:16:51 +02:00
Patrick Lühne 2da5be548a Testing initial state for Blocks World problem. 2016-06-09 18:13:19 +02:00
Patrick Lühne d629f50661 Added many PDDL syntax error tests. 2016-06-09 15:19:01 +02:00
Patrick Lühne d92a3e9239 Started testing PDDL problem parsing for a Storage problem. 2016-06-08 13:57:01 +02:00
Patrick Lühne d23ec14e9d Started testing PDDL problem parsing for a Blocks World problem. 2016-06-08 13:52:36 +02:00
Patrick Lühne ad23c89266 Refactored PDDL tests. 2016-06-08 13:41:17 +02:00
Patrick Lühne 64190ba55a Added more tests for PDDL actions. 2016-06-07 14:07:17 +02:00
Patrick Lühne c489c7fd5a Added tests for PDDL actions. 2016-06-07 14:00:29 +02:00
Patrick Lühne acc063822e Minor formatting in PDDL parser tests. 2016-06-07 13:40:01 +02:00
Patrick Lühne e607ca4e8e Refactored PDDL parser to make all input case-insensitive. 2016-06-04 18:28:43 +02:00
Patrick Lühne c93661f44e Finished refactoring of expressions. 2016-06-04 14:46:05 +02:00
Patrick Lühne daa063c338 Big refactoring (build still broken). 2016-06-03 17:12:39 +02:00
Patrick Lühne 5abf1f8a84 Removed obsolete Variable class. 2016-06-03 13:37:23 +02:00
Patrick Lühne 50315f5fae Relaxing white space requirements. 2016-06-02 23:41:40 +02:00
Patrick Lühne 25cf7c8ae8 Implemented parsing of PDDL constants. 2016-06-01 16:47:34 +02:00
Patrick Lühne 3c97ced486 Implemented predicate parsing and refactored context storage. 2016-06-01 14:11:13 +02:00
Patrick Lühne ced1fd0038 Started refactoring Types with variants. 2016-06-01 01:29:46 +02:00
Patrick Lühne 2654a6ff23 Started implementing predicate parsing. 2016-05-31 16:43:25 +02:00
Patrick Lühne 5f763e90fc Refactored Requirement to be a proper class. 2016-05-31 14:11:21 +02:00
Patrick Lühne a989f5f86e Started implementing PDDL type parsing. 2016-05-30 20:43:36 +02:00
Patrick Lühne d26ff2df77 Implemented computation of derived requirements. 2016-05-30 15:44:13 +02:00