mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
enable new code path for mod handling
This commit is contained in:
parent
cb272bd7a8
commit
1a5503c87b
|
@ -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…
Reference in a new issue