mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix #5031
This commit is contained in:
parent
96e7b811f9
commit
a6dce246f6
|
@ -550,6 +550,9 @@ class theory_lra::imp {
|
|||
return get_enode(n);
|
||||
}
|
||||
else {
|
||||
if (reflect(n))
|
||||
for (expr* arg : *n)
|
||||
th.ensure_enode(arg);
|
||||
return ctx().mk_enode(n, !reflect(n), false, enable_cgc_for(n));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue