Skip to content

Commit bfe4673

Browse files
this check is not an invariant in the first place
but nice to have.
1 parent 51357f6 commit bfe4673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/sls/sls_arith_clausal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ namespace sls {
281281
tout << mk_bounded_pp(ctx.atom(bv), a.m) << "\n";
282282
ctx.display(tout););
283283
}
284-
VERIFY(!a.get_ineq(bv) || a.get_ineq(bv)->is_true() == ctx.is_true(bv));
284+
// VERIFY(!a.get_ineq(bv) || a.get_ineq(bv)->is_true() == ctx.is_true(bv));
285285
});
286286
}
287287

0 commit comments

Comments
 (0)