mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
4d0bc8c8b3
commit
72400f1869
3 changed files with 4 additions and 3 deletions
|
@ -1210,7 +1210,7 @@ expr_ref pred_transformer::get_origin_summary (model &mdl,
|
|||
if (!is_quantifier(s) && !mdl.is_true(s)) {
|
||||
TRACE("spacer", tout << "Summary not true in the model: "
|
||||
<< mk_pp(s, m) << "\n";);
|
||||
return expr_ref(m);
|
||||
// return expr_ref(m);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue