summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/p5
blob: ae7b2428932098ce344c6a62d218d78909cc6885 (plain)
1
2
3
4
5
6
7
8
symbolic n;
{[iw] -> [ir]  : 
	1 <= iw, ir <= 2n and iw=ir 
	and ! exists ( ik,jk : 1 <= ik <= 2n && 1 <= jk < n and
			iw <= ik = ir and 2jk = ir )
	and ! exists ( ik,jk : 1 <= ik <= 2n && 1 <= jk < n and
			iw <= ik = ir and 2jk+1 = ir )
	};