mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix internalization for quot/rem
This commit is contained in:
parent
21121f14a5
commit
83c71b4943
6 changed files with 69 additions and 34 deletions
|
@ -104,8 +104,8 @@ namespace euf {
|
|||
}
|
||||
|
||||
void bv_plugin::merge_eh(enode* x, enode* y) {
|
||||
SASSERT(x == x->get_root());
|
||||
SASSERT(x == y->get_root());
|
||||
if (!bv.is_bv(x->get_expr()))
|
||||
return;
|
||||
|
||||
TRACE("bv", tout << "merge_eh " << g.bpp(x) << " == " << g.bpp(y) << "\n");
|
||||
SASSERT(!m_internal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue