mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
parent
9531c5e167
commit
41e11857e5
|
@ -587,7 +587,7 @@ class theory_lra::imp {
|
|||
terms[index] = n1;
|
||||
if (!ctx().e_internalized(n)) {
|
||||
app* t = to_app(n);
|
||||
internalize_args(t);
|
||||
VERIFY(internalize_term(to_app(n1)));
|
||||
mk_enode(t);
|
||||
theory_var v = mk_var(n);
|
||||
theory_var w = mk_var(n1);
|
||||
|
|
Loading…
Reference in a new issue