1# language: C
2c
31 3
41 0 0 	# 0 >= 0
51
6n 
7
8# ------------- STATEMENTS -------------
92	# Number of statements
10
11# ax:Z
121	# The domain is made of one polyhedron
134 5	# 4 lines and 5 columns
14#	i	j	n	
151	-1	0	1	0	
161	1	0	0	-1	
171	1	-3	0	-1	
181	-1	3	0	3	
190 0 0	# future options
20
21# ax:P
221	# The domain is made of one polyhedron
2310 8	# 10 lines and 8 columns
24#	i	j	k	p	q	n	
251	-1	0	0	0	0	1	0	
261	0	-1	0	0	0	1	0	
271	0	1	0	0	0	0	-1	
281	1	0	0	0	0	0	-1	
291	0	1	0	0	-3	0	0	
301	0	-1	0	0	3	0	2	
311	0	0	0	-3	0	1	0	
321	0	0	0	3	0	-1	2	
331	0	0	-3	0	0	0	1	
341	0	0	3	0	0	0	1	
350 0 0	# future options
361	# Iterator Names
37i j k p q
38
39# ------------- SCATTERING -------------
402 # nb scattering functions
41# Scattering for ax:Z
422 7	# 2 lines and 7 columns
43#	c1	c2	i	j	n	
440	1	0	0	-1	0	0	
450	0	1	0	0	0	0	
46# Scattering for ax:P
472 10	# 2 lines and 10 columns
48#	c1	c2	i	j	k	p	q	n	
490	1	0	0	0	-1	-1	-1	0	0
500	0	1	-1	0	0	0	0	0	1	
510	# Scattering Function Names
52