fixed a small bug in eval ehrhart
[polylib.git] / Test / Zpolytest / ZUnion2.in
blob8c4cada2fa725148e37efa8daf268cbcb369cd57
1 #readMat["(i,j->2i+1,2i+j)"]
2 #readMat["(i,j->2i,2i+j)"]
3 M 2
4 3 3
5 2 0 0 
6 2 1 0
7 0 0 1
8 3 3
9 2 0 0
10 2 1 0
11 0 0 1
12 #readDom["{i,j| 1<= i,j<=10}"]
13 #readDom["{i,j| 1<= i,j<=10}"]
14 D 2
15 4 4
16           1 1 0 -1
17           1 0 1 -1
18           1 -1 0 10
19           1 0 -1 10
20 D 2
21  4 4
22           1 1 0 -5
23           1 0 1 -5
24           1 -1 0 15
25           1 0 -1 15
26 F 8