patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

43 Commits

Author SHA1 Message Date
Patrick Lühne 0beab67bd4
Made effect variant more concise. 2017-06-27 17:50:42 +02:00
Patrick Lühne 4622f31fa4
Made conditional effect variant more concise. 2017-06-27 17:43:00 +02:00
Patrick Lühne 6b1d079f69
Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
Patrick Lühne 6e858ff52f
Enabled test case again by exchanging unsupported input file. 2017-06-24 21:49:06 +02:00
Patrick Lühne ca02b8ce62
Throwing exceptions for unsupported features instead of silently accepting them. 2017-06-24 20:27:01 +02:00
Patrick Lühne 2b0b6570ea
Excluding unsupported domains and instances from acceptance tests. 2017-06-24 20:14:06 +02:00
Patrick Lühne 909949ff22
Removed unwanted test case. 2017-06-24 20:11:12 +02:00
Patrick Lühne 2851f8d286
Corrected grammar of initial state facts. 2017-06-23 03:41:52 +02:00
Patrick Lühne 12e55da662
Allowing “at” as a predicate name even though it is an expression identifier. 2017-06-21 23:00:07 +02:00
Patrick Lühne 08c55adfbd
Added test case covering missing variable names. 2017-06-21 16:55:56 +02:00
Patrick Lühne 39c0e27cb2
Refactoring of tokenizer and stream classes for better efficiency and maintainability. 2017-06-21 02:56:27 +02:00
Patrick Lühne 799c9ce2fb
Replicated test cases for former issues in PDDL parsing library. 2017-06-19 01:15:20 +02:00
Patrick Lühne c35faab104
Replicated syntax error tests in PDDL parsing library. 2017-06-19 01:09:55 +02:00
Patrick Lühne df2359712f
Removed unwanted debug output. 2017-06-19 01:09:55 +02:00
Patrick Lühne de648fbb1d
Fixed incorrect names of test cases. 2017-06-19 01:09:55 +02:00
Patrick Lühne d0d141ef99
Replicated test cases with missing or mismatched domains in PDDL parsing library. 2017-06-19 01:09:50 +02:00
Patrick Lühne 40b43217fc
Replicated white space test case in new PDDL parsing library. 2017-06-19 00:35:31 +02:00
Patrick Lühne 9fe489de53
Added unit tests covering predicate signature matching. 2017-06-19 00:18:03 +02:00
Patrick Lühne 60d8b9ba77
Fixed incorrect parsing order of type declarations. 2017-06-19 00:18:02 +02:00
Patrick Lühne 1379c24362
Renamed test sections for clarity. 2017-06-19 00:18:02 +02:00
Patrick Lühne 230844c3ae
Fixed whitespace issue in typing sections and added test cases. 2017-06-19 00:18:02 +02:00
Patrick Lühne e364d01cf4
Fixed issue in parsing typed objects in multiple iterations and added test case. 2017-06-19 00:18:02 +02:00
Patrick Lühne 83a36003b1
Added test case covering complicated nested effects. 2017-06-19 00:18:01 +02:00
Patrick Lühne fc48b8f694
Added test case covering typed objects. 2017-06-19 00:18:01 +02:00
Patrick Lühne 195cffbf88
Fixed incorrectly determined parent types and added unit test. 2017-06-19 00:18:01 +02:00
Patrick Lühne bfb382de52
Fixed incorrect constant types and added unit test. 2017-06-19 00:18:01 +02:00
Patrick Lühne 101f33df6e
Removed unused test file. 2017-06-19 00:18:01 +02:00
Patrick Lühne 615167e7cd
Implemented compatibility mode to support old instances. 2017-06-19 00:18:01 +02:00
Patrick Lühne da2a3eefa4
Added extensive test covering Blocksworld instance. 2017-06-19 00:18:01 +02:00
Patrick Lühne 3877012274
Minor extension of unit test covering Blocksworld domain. 2017-06-19 00:18:01 +02:00
Patrick Lühne e0aca18b38
Removed unnecessary directives in test case. 2017-06-19 00:18:01 +02:00
Patrick Lühne 19c81effbe
Added extensive test for Blocksworld domain. 2017-06-19 00:18:00 +02:00
Patrick Lühne f349b5e351
Minor formatting. 2017-06-19 00:14:29 +02:00
Patrick Lühne de69003105
Sectioning unit tests for meaningful error messages. 2017-06-19 00:14:25 +02:00
Patrick Lühne 9fbe0db567
Extended unit test on “either” types. 2017-06-19 00:14:05 +02:00
Patrick Lühne 1876d1fe0b
Fixed parsing of types. 2017-06-19 00:14:01 +02:00
Patrick Lühne 30a092b365
Corrected scope of acceptance tests. 2017-06-19 00:13:56 +02:00
Patrick Lühne 464550cb5b
Renamed tests file. 2017-06-19 00:13:52 +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 d7db0d8ccd
Started implementing clean, separate PDDL syntax tree and parser. 2017-05-12 13:58:28 +02:00