mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
tune euf-completion
This commit is contained in:
parent
22353c2d6c
commit
9a2693bb72
6 changed files with 104 additions and 11 deletions
|
@ -780,6 +780,10 @@ br_status bool_rewriter::mk_eq_core(expr * lhs, expr * rhs, expr_ref & result) {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (m_order_eq && lhs->get_id() > rhs->get_id()) {
|
||||
result = m().mk_eq(rhs, lhs);
|
||||
return BR_DONE;
|
||||
}
|
||||
return BR_FAILED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue