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
doc: refer to Koeppe article for simpler motivation of primal algorithm
[barvinok.git]
/
tests
/
ehrhart
/
e7.in
blob
40b57cde33b732bf3fae81ccfa80486f9ff0b3c0
1
# Haghighat and Polychronopoulos example
2
# 0 <= i <= N
3
# 3 <= j <= i
4
# j <= k <= 5
5
#------------
6
6 6
7
1 1 0 0 0 0
8
1 -1 0 0 1 0
9
1 0 1 0 0 -3
10
1 1 -1 0 0 0
11
1 0 -1 1 0 0
12
1 0 0 -1 0 5
13
14
1 3
15
1 1 0
16
17
N
18
Haghighat and Polychronopoulos first example