3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-02-15 14:36:01 -08:00
parent 96e7b811f9
commit a6dce246f6

View file

@ -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));
}
}