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
isl_pw_qpolynomial_from_evalue: rename "dim" parameter to "space"
[barvinok.git]
/
tests
/
ehrhart_union
/
ue1.in
blob
d7077e548e22c5f4fbae3b67ba166de4cb2a1111
1
# Adapted from a PolyLib test case
2
2
3
4
4 5
5
1 -1 0 1 0
6
1 0 1 0 0
7
1 1 -1 0 0
8
1 0 -1 0 10
9
10
4 5
11
1 1 0 0 -4
12
1 -1 0 1 0
13
1 0 1 0 -4
14
1 0 -1 1 0
15
16
17
18
1 3
19
1 1 0 # P>=0
20
21
22
N
23
24
# Expected result
25
[N] -> { (7 - 2 * N + N^2) : N >= 5; (1 + 3/2 * N + 1/2 * N^2) : 0 <= N <= 4 }