1# check that modulo constraint is generated correctly2[n, m] -> { A[] -> [] : 2 * (n % 100) = 3 * (m % 200) }3[n, m] -> { : m, n >= 0 }4{}5