File: ray2

package info (click to toggle)
polylib 5.22.5-3%2Bdfsg
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 14,444 kB
  • ctags: 52,958
  • sloc: ansic: 16,342; sh: 10,134; makefile: 560
file content (23 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# points at (1,2) and (2,1) and ray in (1,1) in (X,N) space.
3 4
1 1 1 -3	x+N>=3
1 -1 1 1	x-N<=1
1 1 -1 1	x-N>=-1
1 3
1 1 -1		n>=1
---------------------------------------
Domain :
         P  -2 >= 0
          1 >= 0
 
Vertices :
[ P-1 ]
[ P+1 ]
---------------------------------------
Domain :
         P  -1 >= 0
         - P + 2 >= 0
 
Vertices :
[ P+1 ]
[ -P+3 ]