summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/dagstuhl2
blob: 4cc3758d073a1c9a18c7e714517487cee2c8f350 (plain)
1
2
3
4
5
6
{[i,j] : 
	2i+6j>=9
	&& 5i-3j >= 0
	&& 2i-10j >= -15
	&& -2i+6j >= 3
	&& -2i-6j >= -17};