3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-21 07:54:42 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-16 19:11:55 -08:00
parent 637ddf9397
commit a15da8f9ba
4 changed files with 13 additions and 0 deletions

View file

@ -561,6 +561,8 @@ namespace arith {
}
void solver::dbg_finalize_model(model& mdl) {
if (m_not_handled)
return;
bool found_bad = false;
for (unsigned v = 0; v < get_num_vars(); ++v) {
if (!is_bool(v))