mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
enable new code path for mod handling
This commit is contained in:
parent
cb272bd7a8
commit
1a5503c87b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ namespace mbp {
|
|||
throw default_exception("mbp evaluation didn't produce a truth value");
|
||||
}
|
||||
}
|
||||
else if (false && a.is_mod(t, t1, t2) && is_numeral(t2, mul1) && mul1 > 0) {
|
||||
else if (a.is_mod(t, t1, t2) && is_numeral(t2, mul1) && mul1 > 0) {
|
||||
// v = t1 mod mul1
|
||||
vars coeffs;
|
||||
rational c0 = add_def(t1, mul1, coeffs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue