3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 17:54:43 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-08-26 14:22:28 -07:00
parent 84da614de3
commit 349ebd0a5b
3 changed files with 7 additions and 2 deletions

View file

@ -99,7 +99,6 @@ namespace smt {
if (m.is_bool(s)) {
CTRACE("model", m_context->get_assignment(r) == l_undef,
tout << mk_pp(r->get_expr(), m) << "\n";);
SASSERT(m_context->get_assignment(r) != l_undef);
if (m_context->get_assignment(r) == l_true)
proc = alloc(expr_wrapper_proc, m.mk_true());
else