mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
nit
This commit is contained in:
parent
d27d09f87a
commit
cd82205b06
1 changed files with 1 additions and 1 deletions
|
@ -2316,7 +2316,7 @@ public:
|
||||||
if (is_exists(tmp) && to_quantifier(tmp)->get_qid() == qe_lite) {
|
if (is_exists(tmp) && to_quantifier(tmp)->get_qid() == qe_lite) {
|
||||||
used_vars used;
|
used_vars used;
|
||||||
tmp = to_quantifier(tmp)->get_expr();
|
tmp = to_quantifier(tmp)->get_expr();
|
||||||
used.process(tmp);
|
used(tmp);
|
||||||
var_subst vs(m, true);
|
var_subst vs(m, true);
|
||||||
fml = vs(tmp, vars.size(), (expr*const*)vars.data());
|
fml = vs(tmp, vars.size(), (expr*const*)vars.data());
|
||||||
// collect set of variables that were used.
|
// collect set of variables that were used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue