3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-11-12 03:43:04 -08:00
parent 4d0bc8c8b3
commit 72400f1869
3 changed files with 4 additions and 3 deletions

View file

@ -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);
}
}