Commit Graph

31 Commits

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