mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
parent
a2aab76c22
commit
0f566ddf38
1 changed files with 3 additions and 1 deletions
|
@ -1079,7 +1079,9 @@ namespace qe {
|
||||||
TRACE("qe", tout << "component of core is not true: " << mk_pp(c, m) << "\n";
|
TRACE("qe", tout << "component of core is not true: " << mk_pp(c, m) << "\n";
|
||||||
tout << mdl << "\n";
|
tout << mdl << "\n";
|
||||||
);
|
);
|
||||||
return false;
|
if (mdl.is_false(c)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue