Merge pull request #3 from skimo-openhub/skimo/pr/distclean
[polylib.git] / Test / old / ray3
blob676eb708d7e5f069dda6d0221eb52d617682efc6
1 # points at (1,2) and (2,1) and ray in (1,1) and (1,0) in (x,N) space.
2 3 4
3 1 1 1 -3        x+N>=3
4 1 0 1 -1        N>=1
5 1 1 -1 1        x-N>=-1
6 1 3
7 1 1 -1          N>=1
8 ---------------------------------------
9 Domain :
10          P  -2 >= 0
11           1 >= 0
13 Vertices :
14 [ P-1 ]
15 ---------------------------------------
16 Domain :
17          P  -1 >= 0
18          - P + 2 >= 0
20 Vertices :
21 [ -P+3 ]