summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/subsets2.oc-rt
blob: 0bbb1c7a3eb10081592c9faf90d31a459476ca06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
# (subsetof {[1:10]}) - subsetof {[1:10]};

{[In_1]: 1 <= In_1 <= 10 && UNKNOWN}

#  
# 
# {[1:10]} - subsetof {[1:10]};

{[In_1]: 1 <= In_1 <= 10 && UNKNOWN}

#  
# 
# (subsetof {[1:10]}) - {[1:10]};

{[In_1]  : FALSE }

#