mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 07:06:28 +00:00
disable hoisting ite over union
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
29489c3bd8
commit
f2e6d05c56
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ namespace seq {
|
|||
auto xor_op = [&](expr *x, expr *y) { return mk_xor(x, y); };
|
||||
switch (k) {
|
||||
case OP_RE_UNION:
|
||||
result = hoist_ite(a, b, union_op);
|
||||
//result = hoist_ite(a, b, union_op);
|
||||
if (!result)
|
||||
result = mk_union_core(a, b);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue