1 # check that modulo constraint is generated correctly 2 [n, m] -> { A[] -> [] : 2 * (n % 100) = 3 * (m % 200) } 3 [n, m] -> { : m, n >= 0 } 4 {} 5
Indexes created Fri Mar 20 00:23:26 UTC 2026