repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
distribute cdd2polylib.pl
[barvinok.git]
/
tests
/
ehrhart
/
e5.in
blob
bf10bb2d473500a90d43698f870ca7376f516406
1
# 1 <= i <= N
2
# 1 <= j <= i
3
# j <= k <= M
4
# 1 <= N,M
5
#-------------
6
7
# i j k N M
8
6 7
9
1 1 0 0 0 0 -1
10
1 -1 0 0 1 0 0
11
1 0 1 0 0 0 -1
12
1 1 -1 0 0 0 0
13
1 0 -1 1 0 0 0
14
1 0 0 -1 0 1 0
15
16
2 4
17
1 1 0 -1
18
1 0 1 -1
19
20
N M
21
5th example