We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffd7cb commit b52e0c4Copy full SHA for b52e0c4
1 file changed
tests/python/arith/test_arith_z3.py
@@ -271,6 +271,7 @@ def test_z3_flattened_index_bound():
271
expr = tirx.all(0 <= i * n + j, i * n + j < m * n)
272
with analyzer.constraint_scope(tirx.all(0 <= i, i < m, 0 <= j, j < n, m > 0, n > 0)):
273
assert not analyzer.can_prove(expr)
274
+ analyzer.set_z3_rlimit(0)
275
assert analyzer.can_prove(expr, SB)
276
277
0 commit comments