summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/hull2.oc-rt
blob: f5e2e94736fc0d2ed4ecb3db2ae9750aefa810b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
# R := {[1,1]} union {[3,3]};
# 
# R;

{[1,1]} union
 {[3,3]}

# 
# hull R;

{[In_1,In_1]: 1 <= In_1 <= 3}

#