mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 06:30:54 +00:00
This commit is contained in:
parent
55285b2193
commit
af5c6e43b9
2 changed files with 10 additions and 4 deletions
|
@ -1050,6 +1050,8 @@ private:
|
|||
eval.set_model_completion(true);
|
||||
bool all_true = true;
|
||||
for (expr * f : m_fmls) {
|
||||
if (has_quantifiers(f))
|
||||
continue;
|
||||
expr_ref tmp(m);
|
||||
eval(f, tmp);
|
||||
if (m.limit().is_canceled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue