mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
parent
278e004385
commit
f999c14a1e
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace {
|
||||||
expr_ref res(m), v(m);
|
expr_ref res(m), v(m);
|
||||||
v = m_model(e);
|
v = m_model(e);
|
||||||
// the literal must have a value
|
// the literal must have a value
|
||||||
SASSERT(m.is_true(v) || m.is_false(v));
|
SASSERT(m.limit().is_canceled() || m.is_true(v) || m.is_false(v));
|
||||||
|
|
||||||
res = m.is_false(v) ? m.mk_not(e) : e;
|
res = m.is_false(v) ? m.mk_not(e) : e;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue