mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
This commit is contained in:
parent
84da614de3
commit
349ebd0a5b
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue