summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/foo6.oc-rt
blob: aeb1b679e5411bfc76ad94258f2771e310b9e832 (plain)
1
2
3
4
5
6
# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
# approximate  {[i,j] : exists (a,b : a,b >= 0  && i = -201a-3b && j = 103a+200b)};

{[i,j]: 200i+3j <= 0 && 0 <= 103i+201j}

#