brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · 7a04c5a Raw
5 lines · plain
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