mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +00:00
parent
67bbdc7524
commit
260f759177
|
@ -510,6 +510,7 @@ class theory_lra::imp {
|
|||
theory_var v = mk_var(t);
|
||||
if (_has_var)
|
||||
return v;
|
||||
VERIFY(internalize_term(n));
|
||||
theory_var w = mk_var(n);
|
||||
svector<lpvar> vars;
|
||||
for (unsigned i = 0; i < p; ++i)
|
||||
|
|
Loading…
Reference in a new issue