|
27c6b69874
|
Moved basic parsing to a separate module.
|
2017-05-09 15:05:59 +02:00 |
|
|
ebab65e233
|
Refactoring to avoid dynamic casts.
|
2016-12-07 02:29:48 +01:00 |
|
|
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 |
|
|
c4e19dddae
|
Refactoring to use cleaner output implementation.
|
2016-11-29 06:03:05 +01: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 |
|
|
bd2ef96216
|
Added forward declarations for quantified expressions.
|
2016-09-06 17:41:04 +02:00 |
|
|
f4f0e07bc1
|
Started supporting quantified expressions.
|
2016-09-06 16:57:31 +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 |
|
|
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 |
|
|
6aaf7c039d
|
Refactored normalization because of recent changes to the pointer usage.
|
2016-09-04 19:29:05 +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 |
|
|
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 |
|
|
e0dd9833a3
|
Made unsupported expressions a separate type for disambiguation to fix issues with unsupported features.
|
2016-06-14 01:31:22 +02:00 |
|
|
4b500e4bf6
|
Implemented At expressions.
|
2016-06-13 19:02:15 +02:00 |
|
|
680206b40b
|
Removed Reference expressions.
|
2016-06-13 01:38:56 +02:00 |
|
|
e9d48bcb7d
|
Removing visitor pattern and replacing it with CRTP.
|
2016-06-12 22:12:09 +02:00 |
|
|
b612122180
|
Refactoring to make parsing expressions consistent across PDDL domains and problems.
|
2016-06-07 13:26:19 +02:00 |
|
|
f8eab1cbb6
|
Removed unnecessary includes.
|
2016-06-04 18:07:57 +02:00 |
|
|
4ae37603f4
|
Added support for Imply expression.
|
2016-06-04 17:20:25 +02:00 |
|
|
813fecbf15
|
Removed now unnecessary Parser function arguments.
|
2016-06-04 16:24:10 +02:00 |
|
|
daa063c338
|
Big refactoring (build still broken).
|
2016-06-03 17:12:39 +02:00 |
|
|
5abf1f8a84
|
Removed obsolete Variable class.
|
2016-06-03 13:37:23 +02:00 |
|
|
133aa051eb
|
Shortened Expression class names.
|
2016-06-03 13:33:05 +02:00 |
|
|
d334b4150b
|
Started refactoring Variables as expressions.
|
2016-06-03 13:21:02 +02:00 |
|
|
8134c6af80
|
Started parsing action effects.
|
2016-06-02 21:53:10 +02:00 |
|
|
7271a5e52b
|
Implemented predicate expressions.
|
2016-06-02 18:31:47 +02:00 |
|
|
7baf15d9f0
|
Implemented And expressions.
|
2016-06-02 17:35:01 +02:00 |
|
|
a07019801c
|
Refactored expressions to inherit from base class.
|
2016-06-02 16:28:08 +02:00 |
|
|
97ab22461c
|
Started implementing parsing of action preconditions.
|
2016-06-02 16:06:11 +02:00 |
|