Commit Graph

113 Commits

Author SHA1 Message Date
0e5ee59ea7 Simplified handling of unsupported clingo statements. 2017-03-29 21:32:11 +02:00
f28873617d Implemented translation of anonymous variables. 2017-03-29 21:28:46 +02:00
a93d59c2a4 Cleaned up clingo rule head and body visitors. 2017-03-28 18:07:06 +02:00
c63d74092e Removed unnecessary assertion. 2017-03-28 17:33:32 +02:00
29233a7430 Fixed incorrectly named auxiliary body variable counter. 2017-03-28 17:24:41 +02:00
1f501c63a8 Added minor comment to negated comparisons. 2017-03-28 17:17:01 +02:00
58a0a9d074 Fixed needless warning in release mode. 2017-03-28 17:05:24 +02:00
cae0948763 Completed implementing simplification with deep variable replacement. 2017-03-23 15:02:06 +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
0bb79b6b23 Removed quirk that has become unnecessary with Clingo’s variants. 2017-03-23 01:02:53 +01:00
825cd4de39 Refactored formula simplification with Clingo’s variants. 2017-03-23 00:44:10 +01:00
fc538eb7fc Started implementing output simplifications. 2017-03-16 15:45:55 +01:00
ad9850fa7c Fixed compiler error with GCC. 2017-03-15 17:08:40 +01:00
73f67f5c17 Added back support for function symbols. 2017-03-15 17:01:09 +01:00
2b2049171f Fixed incorrect error message. 2017-03-15 16:49:42 +01:00
a7e23210f6 Minor formatting. 2017-03-15 16:32:07 +01:00
9e6d135781 Implemented explicit syntax tree representation for first-order formulas. 2017-03-15 16:00:43 +01:00
f139e375f1 Added initial abstract syntax tree for first-order logic formulas. 2017-03-08 01:21:03 +01:00
71e6e4107a Minor restructuring. 2017-03-06 15:42:38 +01:00
70cb79b233 Implemented choice rules. 2017-03-06 15:40:23 +01:00
c819eeabfc Minor renaming. 2017-03-06 14:51:46 +01:00
259ec5ae2f Fixed minor typos in include guards. 2016-11-29 03:32:50 +01:00
a653556d77 Resolved minor warnings. 2016-11-29 02:29:54 +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
6167a83a99 Fixed issue with empty integrity constraints and extended unit test. 2016-11-24 17:38:44 +01:00
442fa8791a Fixed continuous numbering of auxiliary variables. 2016-11-24 16:50:35 +01:00
fc89a65ce7 Improved output of negated literals and added unit test. 2016-11-24 16:04:53 +01:00
cdfdd8f4ca Added unit test to check whether escaped user variable names are correctly escaped. 2016-11-24 15:38:55 +01:00
c24147cb2c Renamed auxiliary variables according to paper draft. 2016-11-24 15:25:34 +01:00
223d380a03 Indexing variables from 1 on and not 0. 2016-11-24 15:25:34 +01:00
de34d05898 Fixed incorrect variable IDs (missing offset). 2016-11-24 15:23:10 +01:00
f6e6b6fd60 Fixed bug in color support detection. 2016-11-24 15:01:15 +01:00
c92de5e461 Removed unwanted newline. 2016-11-24 14:47:02 +01:00
eff3b45089 Added Logger constructors to write output to arbitrary streams. 2016-11-24 13:54:40 +01:00
8a587eb57a Removed unnecessary default constructors. 2016-11-24 13:46:11 +01:00
66acbb8965 Changed output format of auxiliary variables and treated potential name collisions. 2016-11-24 13:42:36 +01:00
cf786e05b2 Added missing inline directive in header-only function. 2016-11-24 13:27:22 +01:00
c760edb141 Fixed missing usages of new output format. 2016-11-24 03:36:14 +01:00
e2a450daa6 Implemented syntax highlighting for the body part. 2016-11-24 03:31:28 +01:00
47d7058f5a Consistently printing operators and Booleans. 2016-11-24 03:20:22 +01:00
098f2bf813 Implemented syntax highlighting for consequent part. 2016-11-24 03:16:37 +01:00
e65ec9b6c1 Fixed incorrect auxiliary variable naming. 2016-11-24 03:11:36 +01:00
3fbe8ac407 Fixed missing reset on collected head term vector. 2016-11-24 03:08:36 +01:00
018559b8cf Started implementing color output (currently for head only). 2016-11-24 02:42:32 +01:00
e0d46c2e99 Fixed incorrect assertion. 2016-11-24 00:59:41 +01:00
f704ad64fd Fixed syntax error in assertion. 2016-11-24 00:57:35 +01:00
6af3b7b875 Made all visitors consistent in taking an Context object as an argument. 2016-11-24 00:52:28 +01:00