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
|
0c5936ad38
|
Noted to-do.
|
2016-09-05 00:39:12 +02:00 |
|
patrick
|
263b611a7b
|
Implemented simplification of directly nested n-ary expressions of the same type.
|
2016-09-05 00:37:43 +02:00 |
|
patrick
|
79d449d0df
|
Renaming to not confuse expression simplification and reduction.
|
2016-09-05 00:06:09 +02:00 |
|
patrick
|
dd621fcd5c
|
Minor clean-up.
|
2016-09-04 23:54:15 +02:00 |
|
patrick
|
c2af84a800
|
Removed redundant normalization statement.
|
2016-09-04 23:52:06 +02:00 |
|
patrick
|
3fa7b93d44
|
Fixed wrong recursive call.
|
2016-09-04 23:34:20 +02:00 |
|
patrick
|
4d72c20d9b
|
Added separate simplification step to normalize in a single recursion.
|
2016-09-04 23:30:08 +02:00 |
|
patrick
|
97ad4268d7
|
Added second double negation elimination step after normalizing the argument of a “not” expression.
|
2016-09-04 22:45:37 +02:00 |
|
patrick
|
ed2d64c1c9
|
Added debug printing function to facilitate testing expression normalization.
|
2016-09-04 22:26:17 +02:00 |
|
patrick
|
c9ecd0c020
|
Implemented De Morgan’s rules for normalization purposes.
|
2016-09-04 20:49:22 +02:00 |
|
patrick
|
6aaf7c039d
|
Refactored normalization because of recent changes to the pointer usage.
|
2016-09-04 19:29:05 +02:00 |
|
patrick
|
7aa20a5820
|
Refactored expressions thanks to intrusive pointers.
|
2016-09-04 18:48:46 +02:00 |
|
patrick
|
9afabacde3
|
Switched to intrusive pointers for much easier maintenance.
|
2016-09-04 18:26:02 +02:00 |
|
patrick
|
f10f4ac29c
|
Added back reference expressions to make the expression tree structure simpler.
|
2016-09-04 14:49:34 +02:00 |
|
patrick
|
da88a8816c
|
Fixed issue with multiple negations.
|
2016-09-03 00:25:58 +02:00 |
|
patrick
|
63de1891af
|
Fixed missing normalization step of arguments to imply statements and extended test to cover the issue.
|
2016-09-02 19:25:25 +02:00 |
|
patrick
|
23e851ccef
|
Normalizing problems’ goal descriptions.
|
2016-09-02 18:49:30 +02:00 |
|
patrick
|
5f406e6b18
|
Added support for imply expressions to change log.
|
2016-09-02 18:46:24 +02:00 |
|
patrick
|
9aad139aae
|
Added test covering the removal of implications.
|
2016-09-02 18:45:00 +02:00 |
|
patrick
|
4fb2c331f3
|
Added dummy expression to check that with removed double negations, expressions are still correctly normalized.
|
2016-09-02 18:32:13 +02:00 |
|
patrick
|
1a96c3ec72
|
Added test covering removal of double negations.
|
2016-09-02 18:27:00 +02:00 |
|
patrick
|
b084a1f727
|
Implemented removal of double negations.
|
2016-09-02 18:07:37 +02:00 |
|
patrick
|
56ce55677f
|
Started implementing PDDL normalization.
|
2016-09-02 17:58:00 +02:00 |
|
patrick
|
c528626fe9
|
Preparing more general form of PDDL normalization.
|
2016-09-02 16:39:42 +02:00 |
|
patrick
|
8361f3767b
|
Version bump after release 3.0.3.
|
2016-09-02 15:46:58 +02:00 |
|
patrick
|
b72a17c190
|
Version bump for release 3.0.3.
|
2016-09-02 15:46:14 +02:00 |
|
patrick
|
6842bff04b
|
Removed temporary directory.
|
2016-09-02 15:45:44 +02:00 |
|
patrick
|
6bec233e23
|
Moved IPC 2000 Elevator example instances to instance directory.
|
2016-09-02 15:44:33 +02:00 |
|
patrick
|
873ccef4ff
|
Moved IPC 2008 OpenStacks example instances to instance directory.
|
2016-09-02 15:44:12 +02:00 |
|
patrick
|
4706d2915f
|
Clarified how to plasp handle updates before executing the test suite.
|
2016-08-30 18:52:59 +02:00 |
|
patrick
|
1d59ad20c1
|
Merge branch 'develop' of github.com:potassco/plasp into develop
|
2016-08-30 18:48:40 +02:00 |
|
patrick
|
b4f7e4f102
|
Added test case covering unexpected whitespaces in SAS file.
|
2016-08-30 18:48:24 +02:00 |
|
patrick
|
e664fe8470
|
Updated readme file with new location of the meta encoding.
|
2016-08-30 14:28:29 +02:00 |
|
patrick
|
28b9d22a4c
|
Hiding example instances from Linguist.
|
2016-08-30 13:05:03 +02:00 |
|
patrick
|
be376a9ffb
|
Hiding mutex group section in output if there are none.
|
2016-08-30 13:02:00 +02:00 |
|
patrick
|
76f8df13fc
|
Fixed parsing issue with unexpected whitespaces in SAS files.
|
2016-08-30 13:01:22 +02:00 |
|
patrick
|
9447912fbf
|
Added a few SAS example instances for testing.
|
2016-08-29 18:26:59 +02:00 |
|
patrick
|
87717606b2
|
Moved PDDL example instances to subdirectory.
|
2016-08-29 17:49:57 +02:00 |
|
patrick
|
06feeab244
|
Merge branch 'master' of github.com:potassco/plasp into develop
|
2016-08-26 15:51:07 +02:00 |
|
patrick
|
568945c7a8
|
Fixed incorrect output format of conditional effects with SAS.
|
2016-08-26 15:50:39 +02:00 |
|
patrick
|
dd33e47dd9
|
Fixed minor issues in output format documentation.
|
2016-08-26 15:42:39 +02:00 |
|
patrick
|
3806fba9c2
|
Version bump after release 3.0.2.
|
2016-08-18 15:56:29 +02:00 |
|
patrick
|
b44c04d3c0
|
Version bump for release 3.0.2.
|
2016-08-18 15:55:51 +02:00 |
|
patrick
|
220b9959a3
|
Added IPC 2004 Satellite example instances.
|
2016-08-18 15:51:58 +02:00 |
|
patrick
|
f8ec341015
|
Added IPC 2006 TPP example instances.
|
2016-08-18 15:43:14 +02:00 |
|
patrick
|
3ceeb3ae40
|
Added IPC 2002 Driver Log example instances.
|
2016-08-18 15:29:27 +02:00 |
|
patrick
|
56f0091f1e
|
Added IPC 2002 Depots example instances.
|
2016-08-18 15:25:10 +02:00 |
|
patrick
|
ec886e345b
|
Added IPC 2000 Elevator example instances.
|
2016-08-18 15:06:53 +02:00 |
|
patrick
|
786eabb748
|
Added IPC 2000 Blocks World example instances.
|
2016-08-18 15:00:31 +02:00 |
|
patrick
|
fa18dc7979
|
Restructured example instances for consistency.
|
2016-08-18 14:53:26 +02:00 |
|
patrick
|
136f9ed00a
|
Added IPC 1998 Gripper example instances.
|
2016-08-18 14:40:06 +02:00 |
|
patrick
|
e312740629
|
Fixed syntax error in output.
|
2016-08-18 14:39:40 +02:00 |
|
patrick
|
31d0a1fb38
|
Turned exception about unspecified requirements into a warning, now also for problems.
|
2016-08-18 14:30:47 +02:00 |
|
patrick
|
ca30f8a815
|
Turned exception about unspecified requirements into a warning.
|
2016-08-18 14:29:17 +02:00 |
|
patrick
|
21c337e0fa
|
Removed now obsolete ASP variable handling for PDDL.
|
2016-08-18 00:25:47 +02:00 |
|
patrick
|
8251652445
|
Implemented parameter name normalization for PDDL to avoid escaping the names.
|
2016-08-18 00:24:10 +02:00 |
|
patrick
|
5e28dd046b
|
Further simplified the output of the PDDL variable value facts.
|
2016-08-18 00:00:50 +02:00 |
|
patrick
|
363070b579
|
Replaced the two rules for the values of a PDDL variable with a single one.
|
2016-08-17 23:31:31 +02:00 |
|
patrick
|
63ed1299ec
|
Updated documentation to recent change of PDDL translator output.
|
2016-08-17 19:05:01 +02:00 |
|
patrick
|
7bd483cd7e
|
Added rule to PDDL translator output to make all unspecified initial state variables false by default.
|
2016-08-17 19:02:51 +02:00 |
|
patrick
|
91019f52aa
|
Fixed issue with unsupported expression negations.
|
2016-08-16 18:58:30 +02:00 |
|
patrick
|
69a26cb22f
|
Fixed undetected issue with unsupported negations.
|
2016-08-16 18:43:37 +02:00 |
|
patrick
|
cdb06fa5bf
|
Improved output format and highlighting.
|
2016-08-16 18:35:55 +02:00 |
|
patrick
|
9c76ce7174
|
Documented type inheritance.
|
2016-08-16 18:07:18 +02:00 |
|
patrick
|
676dc44619
|
Updated meta encoding to new feature requirement format.
|
2016-08-15 18:24:51 +02:00 |
|
patrick
|
b8a3019e5b
|
Made unconditional effects a keyword.
|
2016-08-15 16:59:28 +02:00 |
|
patrick
|
e0a15849df
|
Updated documentation to changes of axiom rule output format.
|
2016-08-15 16:48:17 +02:00 |
|
patrick
|
ef57f27c6a
|
Changed output format of axiom rules for consistency.
|
2016-08-15 16:33:33 +02:00 |
|
patrick
|
169c5ae8e9
|
Fixed typo.
|
2016-08-15 15:26:34 +02:00 |
|
patrick
|
760143a4a2
|
Documented CMake option for building tests.
|
2016-08-15 02:23:05 +02:00 |
|
patrick
|
b100bcd446
|
Disabled tests by default.
|
2016-08-15 02:23:05 +02:00 |
|
patrick
|
04ddbaabae
|
Version bump after release 3.0.2 RC 1.
|
2016-08-14 17:40:51 +02:00 |
|
patrick
|
4a2882711d
|
Version bump for release 3.0.2 RC 1.
|
2016-08-14 17:36:59 +02:00 |
|