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:
parent
5127014f18
commit
2156c74d51
3 changed files with 130 additions and 42 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue