mirror of
https://github.com/Z3Prover/z3
synced 2026-02-21 07:54:42 +00:00
This commit is contained in:
parent
637ddf9397
commit
a15da8f9ba
4 changed files with 13 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue