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