3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 06:30:54 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-09-02 11:21:57 -07:00
parent 55285b2193
commit af5c6e43b9
2 changed files with 10 additions and 4 deletions

View file

@ -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())