3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-09-29 14:34:24 -07:00
parent 7787bd399e
commit 45103637ad
2 changed files with 4 additions and 4 deletions

View file

@ -117,7 +117,7 @@ namespace q {
restrict_to_universe(vars.get(i), m_model->get_universe(s));
}
var_subst subst(m);
expr_ref body = subst(body, vars);
body = subst(body, vars);
if (is_forall(q))
body = m.mk_not(body);
return body;