blob: 318d89b777630a4c5086f288f3bdf6083ac28343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# language: C
c
# Context
#{M | }
1 3
# M 1
1 0 1
0
1 # Number of statements
1
#{i, j | i=2N; i=2j}
3 5
# i j M 1
0 1 0 -2 0
0 1 -2 0 0
1 0 0 0 1
0 0 0
0
0 # Scattering functions
|