Simon Cruanes

Results 224 issues of Simon Cruanes

http://fmv.jku.at/cnfuzzdd/

``` [31;1mError: 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`

enhancement

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.

enhancement

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...

enhancement
help wanted