mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-16 02:37:42 +01:00
28 lines
337 B
Plaintext
28 lines
337 B
Plaintext
|
# language: C
|
||
|
c
|
||
|
|
||
|
# Context
|
||
|
# {M,N | 1>=0}
|
||
|
1 4
|
||
|
# M N 1
|
||
|
1 0 0 1
|
||
|
0
|
||
|
|
||
|
1 # Number of statements
|
||
|
|
||
|
1
|
||
|
# {i,j |1<=i<=N; 0<=j<=M; j<=i; j+i<=N}, i.e.
|
||
|
# {i,j | (1,j)<=i<=-j+N; 0<=j<=M}
|
||
|
6 6
|
||
|
# i j M N 1
|
||
|
1 1 0 0 0 -1
|
||
|
1 0 1 0 0 0
|
||
|
1 0 -1 1 0 0
|
||
|
1 1 -1 0 0 0
|
||
|
1 -1 -1 0 1 0
|
||
|
1 0 0 0 0 1
|
||
|
0 0 0
|
||
|
0
|
||
|
|
||
|
0 # Scattering functions
|