mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
parent
41e11857e5
commit
b4aba81e35
|
@ -331,7 +331,7 @@ namespace smt {
|
|||
return l_undef;
|
||||
}
|
||||
literal lit = mk_eq(sz, m_arith.mk_int(value));
|
||||
if (is_true(lit)) {
|
||||
if (lit != true_literal && is_true(lit)) {
|
||||
ctx().push_trail(value_trail<context, rational>(i.m_size, value));
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue