|
692d3fe83a
|
Refactoring to avoid checking expression types via type enum.
|
2016-12-07 02:11:54 +01:00 |
|
|
3b110c0b8a
|
Started implementing translation for derived predicates.
|
2016-12-07 01:56:06 +01:00 |
|
|
c1340f6297
|
Merge branch 'develop' of github.com:potassco/plasp into normalization
|
2016-12-02 01:16:22 +01:00 |
|
|
9e1cdaaa51
|
Implemented new command-line options replacing --warning-level.
|
2016-12-01 17:18:58 +01:00 |
|
|
cfce6b1bbd
|
Removed unnecessary namespace directive.
|
2016-12-01 16:26:29 +01:00 |
|
|
c4e19dddae
|
Refactoring to use cleaner output implementation.
|
2016-11-29 06:03:05 +01:00 |
|
|
f4efb4f3d4
|
Improved command-line interface.
|
2016-11-29 02:05:01 +01:00 |
|
|
0ca51236bd
|
Added unique ID to derived predicates for easier translation.
|
2016-09-09 17:08:31 +02:00 |
|
|
a62cc8b3b9
|
Started implementing derived predicates for decomposing complex PDDL conditions.
|
2016-09-09 16:42:16 +02:00 |
|
|
9cccba42e0
|
Implemented parsing conditional effects.
|
2016-09-08 15:56:30 +02:00 |
|
|
4fc9b35c13
|
Implemented disjunctive normal form.
|
2016-09-08 03:42:32 +02:00 |
|
|
34496a7158
|
Finished implementing the prenex normal form with maximal groups of same-type quantifiers.
|
2016-09-08 02:40:51 +02:00 |
|
|
e0ed145716
|
Implemented prenex normalization.
|
2016-09-07 00:34:26 +02:00 |
|
|
104f7165cd
|
Fixed compiler error occurring in debug mode only.
|
2016-09-06 21:47:03 +02:00 |
|
|
31068bf89c
|
Implemented simplification of nested quantified expressions.
|
2016-09-06 18:50:23 +02:00 |
|
|
bd2ef96216
|
Added forward declarations for quantified expressions.
|
2016-09-06 17:41:04 +02:00 |
|
|
faa920e1ad
|
Correctly parsing quantified expressions thanks to variable stack.
|
2016-09-06 17:36:51 +02:00 |
|
|
eb28ed3938
|
Implemented variable stack for parsing nested variable lists (as within quantified expressions).
|
2016-09-06 17:34:07 +02:00 |
|
|
f4f0e07bc1
|
Started supporting quantified expressions.
|
2016-09-06 16:57:31 +02:00 |
|
|
ca6664feb2
|
Refactored parsing variable lists to reuse it with quantified expressions.
|
2016-09-06 16:28:38 +02:00 |
|
|
6f3769f364
|
Removed unnecessary includes.
|
2016-09-05 17:05:48 +02:00 |
|
|
0c5936ad38
|
Noted to-do.
|
2016-09-05 00:39:12 +02:00 |
|
|
263b611a7b
|
Implemented simplification of directly nested n-ary expressions of the same type.
|
2016-09-05 00:37:43 +02:00 |
|
|
79d449d0df
|
Renaming to not confuse expression simplification and reduction.
|
2016-09-05 00:06:09 +02:00 |
|
|
3fa7b93d44
|
Fixed wrong recursive call.
|
2016-09-04 23:34:20 +02:00 |
|
|
4d72c20d9b
|
Added separate simplification step to normalize in a single recursion.
|
2016-09-04 23:30:08 +02:00 |
|
|
ed2d64c1c9
|
Added debug printing function to facilitate testing expression normalization.
|
2016-09-04 22:26:17 +02:00 |
|
|
c9ecd0c020
|
Implemented De Morgan’s rules for normalization purposes.
|
2016-09-04 20:49:22 +02:00 |
|
|
6aaf7c039d
|
Refactored normalization because of recent changes to the pointer usage.
|
2016-09-04 19:29:05 +02:00 |
|
|
7aa20a5820
|
Refactored expressions thanks to intrusive pointers.
|
2016-09-04 18:48:46 +02:00 |
|
|
9afabacde3
|
Switched to intrusive pointers for much easier maintenance.
|
2016-09-04 18:26:02 +02:00 |
|
|
f10f4ac29c
|
Added back reference expressions to make the expression tree structure simpler.
|
2016-09-04 14:49:34 +02:00 |
|
|
23e851ccef
|
Normalizing problems’ goal descriptions.
|
2016-09-02 18:49:30 +02:00 |
|
|
4fb2c331f3
|
Added dummy expression to check that with removed double negations, expressions are still correctly normalized.
|
2016-09-02 18:32:13 +02:00 |
|
|
56ce55677f
|
Started implementing PDDL normalization.
|
2016-09-02 17:58:00 +02:00 |
|
|
c528626fe9
|
Preparing more general form of PDDL normalization.
|
2016-09-02 16:39:42 +02:00 |
|
|
76f8df13fc
|
Fixed parsing issue with unexpected whitespaces in SAS files.
|
2016-08-30 13:01:22 +02:00 |
|
|
31d0a1fb38
|
Turned exception about unspecified requirements into a warning, now also for problems.
|
2016-08-18 14:30:47 +02:00 |
|
|
ca30f8a815
|
Turned exception about unspecified requirements into a warning.
|
2016-08-18 14:29:17 +02:00 |
|
|
21c337e0fa
|
Removed now obsolete ASP variable handling for PDDL.
|
2016-08-18 00:25:47 +02:00 |
|
|
8251652445
|
Implemented parameter name normalization for PDDL to avoid escaping the names.
|
2016-08-18 00:24:10 +02:00 |
|
|
cdb06fa5bf
|
Improved output format and highlighting.
|
2016-08-16 18:35:55 +02:00 |
|
|
230c6dfc15
|
Made order of sections of translated SAS more uniform with PDDL.
|
2016-08-13 02:29:48 +02:00 |
|
|
252f50108b
|
Removed unnecessary file.
|
2016-08-07 16:22:26 +02:00 |
|
|
015c34fc2b
|
Minor refactoring.
|
2016-08-03 00:33:20 +02:00 |
|
|
d7b47797df
|
Made Stream members protected again.
|
2016-08-03 00:28:22 +02:00 |
|
|
544d4e0635
|
Major refactoring of underlying Parser class.
|
2016-08-02 20:33:49 +02:00 |
|
|
73c9d6c1f3
|
Checking that Parser initially is case-sensitive.
|
2016-06-22 09:14:01 +01:00 |
|
|
234938349c
|
Fixed incorrect seek positions.
|
2016-06-22 08:59:18 +01:00 |
|
|
6b5c8df03a
|
Fixed issues with color output.
|
2016-06-14 19:14:26 +02:00 |
|