mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix #7517
This commit is contained in:
parent
fb5834268e
commit
a3f7541719
|
@ -39,7 +39,6 @@ namespace mbp {
|
|||
bool m_check_purified = true; // check that variables are properly pure
|
||||
bool m_apply_projection = false;
|
||||
|
||||
|
||||
imp(ast_manager& m) :
|
||||
m(m), a(m) {}
|
||||
|
||||
|
@ -275,10 +274,6 @@ namespace mbp {
|
|||
extract_coefficients(mbo, eval, ts0, tids, coeffs);
|
||||
mbo.add_divides(coeffs, c0, mul1);
|
||||
}
|
||||
else if (a.is_to_real(t))
|
||||
throw default_exception("mbp to-real");
|
||||
else if (a.is_to_int(t))
|
||||
throw default_exception("mbp to-int");
|
||||
else {
|
||||
TRACE("qe", tout << "insert mul " << mk_pp(t, m) << "\n");
|
||||
insert_mul(t, mul, ts);
|
||||
|
|
Loading…
Reference in a new issue