Simon Cruanes
Simon Cruanes
http://fmv.jku.at/cnfuzzdd/
``` [31;1mError[0m: internal error: at file '/home/simon/w/sidekick/tests/QF_UF/20170829-Rodin/smt834303034702425531.smt2': line 15, col 0 to line 16, col 22: unsupported term (! circuit :named hyp1) ``` on `QF_UF/20170829-Rodin/smt834303034702425531.smt2`
replace `preprocess_lit` by `preprocess_term`, and hook that up into the CC itself. This is necessary when other theories produce new terms that contain boolean connectives.
wip, do not merge yet
t_fib1 has been too flaky for too long. Time to move on.
This should save 2 words per map entry.
https://sqlite.org/carray.html looks to be the best way to parametrize queries/run statements with a variadic number of arguments. For example, a `select x from y where z in ()`. It seems...