mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
79296d8dfc
commit
16413b4f9a
3 changed files with 11 additions and 11 deletions
|
@ -162,7 +162,6 @@ namespace q {
|
|||
return r;
|
||||
if (r == l_true) {
|
||||
model_ref mdl;
|
||||
expr_ref proj(m);
|
||||
m_solver->get_model(mdl);
|
||||
if (check_forall_subst(q, *qb, *mdl))
|
||||
return l_false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue