We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be6a9e commit fffd7cbCopy full SHA for fffd7cb
1 file changed
tests/python/arith/test_arith_z3.py
@@ -231,6 +231,7 @@ def test_z3_floor_division_monotonicity():
231
c = tirx.Var("c", "int32")
232
expr = implies(tirx.all(a <= b, c > 0), tirx.floordiv(a, c) <= tirx.floordiv(b, c))
233
assert not analyzer.can_prove(expr)
234
+ analyzer.set_z3_rlimit(0)
235
assert analyzer.can_prove(expr, SB)
236
237
0 commit comments