3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-04 11:00:04 -07:00
parent 41e11857e5
commit b4aba81e35

View file

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