mirror of
https://github.com/Z3Prover/z3
synced 2025-07-22 12:22:05 +00:00
parent
67bbdc7524
commit
260f759177
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue