3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
initial gcd test implementation for accumulated parity constraints
This commit is contained in:
Nikolaj Bjorner 2021-06-01 15:26:26 -07:00
parent 5127014f18
commit 2156c74d51
3 changed files with 130 additions and 42 deletions

View file

@ -1541,8 +1541,8 @@ public:
switch (is_sat) {
case l_true:
TRACE("arith", /*display(tout);*/
ctx().display(tout);
TRACE("arith", display(tout);
/* ctx().display(tout);*/
);
switch (check_lia()) {