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:
parent
4d88818560
commit
16d4e2f5d1
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue