Commit Graph

39 Commits

Author SHA1 Message Date
3df4d5a2a2
Fixed incorrectly simplified rules with comparisons. 2017-03-28 17:13:15 +02:00
cae0948763
Completed implementing simplification with deep variable replacement. 2017-03-23 15:02:06 +01:00
42e0217409
Applying simplification to more cases. 2017-03-23 14:40:21 +01:00
574130a8ec
Minor clarifications in simplification code annotations. 2017-03-23 13:44:55 +01:00
188a24f5b5
Added some annotations to the simplification code. 2017-03-23 13:39:34 +01:00
ddbd4061e4
Moved recursive formula visitor to separate header file. 2017-03-23 13:28:09 +01:00
09c2674148
Fixed incorrectly translated choice rules with multiple elements in the aggregate. 2017-03-23 02:06:19 +01:00
283cdd2abf
Preparations for returning multiple formulas per input rule (as necessary with head aggregates). 2017-03-23 01:23:17 +01:00
13ed0b013a
Made substitution of variables with terms fully recursive. 2017-03-23 01:00:54 +01:00
825cd4de39
Refactored formula simplification with Clingo’s variants. 2017-03-23 00:44:10 +01:00
bf8cf75369
Implemented advanced simplification (some formulas not covered yet). 2017-03-17 02:42:48 +01:00
fc538eb7fc
Started implementing output simplifications. 2017-03-16 15:45:55 +01:00
9e6d135781
Implemented explicit syntax tree representation for first-order formulas. 2017-03-15 16:00:43 +01:00
afe49dce6c
Added MapBox variant to include path. 2017-03-08 00:06:31 +01:00
a653556d77
Resolved minor warnings. 2016-11-29 02:29:54 +01:00
4d533dfd0b
Minor formatting. 2016-11-24 23:38:06 +01:00
4bd95fe163
Printing all status messages to std::cerr. 2016-11-24 23:37:15 +01:00
a0cf6e21e4
Implemented command-line option for setting the output log priority. 2016-11-24 23:25:53 +01:00
5816207af7
Renamed “note” to “info.” 2016-11-24 22:58:13 +01:00
78511d9929
Added CMake option for statically linking the binary. 2016-11-24 22:46:44 +01:00
384cd8677c
Minor formatting of logged messages. 2016-11-24 17:33:09 +01:00
712530150f
Fixed incorrect output of functions and added unit test. 2016-11-24 16:51:17 +01:00
faf6cd0f6c
Fixed incorrect output of #sup and added unit test. 2016-11-24 15:51:25 +01:00
c92de5e461
Removed unwanted newline. 2016-11-24 14:47:02 +01:00
83737755fc
Changed Logger to print all status messages to std::cerr and not just errors. 2016-11-24 13:55:18 +01:00
eff3b45089
Added Logger constructors to write output to arbitrary streams. 2016-11-24 13:54:40 +01:00
4795284413
Removed unintended commented-out code. 2016-11-24 13:43:32 +01:00
66acbb8965
Changed output format of auxiliary variables and treated potential name collisions. 2016-11-24 13:42:36 +01:00
c760edb141
Fixed missing usages of new output format. 2016-11-24 03:36:14 +01:00
098f2bf813
Implemented syntax highlighting for consequent part. 2016-11-24 03:16:37 +01:00
6f5f7eace7
Changed format of empty pool expression. 2016-11-24 02:45:16 +01:00
b3da15c537
Changed formatting of and/or/xor operators. 2016-11-24 02:44:58 +01:00
018559b8cf
Started implementing color output (currently for head only). 2016-11-24 02:42:32 +01:00
6af3b7b875
Made all visitors consistent in taking an Context object as an argument. 2016-11-24 00:52:28 +01:00
1103f5cbf1
Printing messages only if message has at least a specified priority. 2016-11-24 00:24:35 +01:00
93597f16a0
Added default message format and text. 2016-11-24 00:24:19 +01:00
e6a9ee1cc7
Started implementing improved output utilities. 2016-11-24 00:21:01 +01:00
7e7baa1aab
Wrote simple dummy parser. 2016-11-22 03:15:52 +01:00
3100f4a733
Initial commit. 2016-11-21 17:53:46 +01:00