mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
parent
9989ef6553
commit
b1002638ab
|
@ -436,8 +436,8 @@ namespace arith {
|
|||
theory_var v = mk_evar(t);
|
||||
if (_has_var)
|
||||
return v;
|
||||
theory_var w = mk_evar(n);
|
||||
internalize_term(n);
|
||||
theory_var w = mk_evar(n);
|
||||
|
||||
if (p == 0) {
|
||||
mk_power0_axioms(t, n);
|
||||
|
|
Loading…
Reference in a new issue