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:
parent
7787bd399e
commit
45103637ad
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue