3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00

regression fix

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-06-29 16:10:15 -07:00
parent 4d88818560
commit 16d4e2f5d1

View file

@ -862,9 +862,6 @@ public:
if (ctx().e_internalized(term) && th.is_attached_to_var(ctx().get_enode(term))) {
// skip
}
else if (a.is_numeral(term)) {
mk_enode(term);
}
else {
internalize_def(term);
}