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
barvinok_enumerate_e: avoid infinite loop when presented with incorrect input
[barvinok.git]
/
bernstein
/
examples
/
test3Deg3Var.matrix
blob
1fe4a77fafc69f68fe66103535e0978640d3c67e
1
3 5
2
3
#s n m p cte
4
1 1 0 0 -1 # n >= 1
5
1 -1 1 0 0 # m >= n
6
1 0 -1 1 0 # p >= m
7
8
0 3
9
10
n m p
11
12
n^3+n
13
14
1
15
16
2 3
17
1 1 -1
18
1 0 1
19
20
{ 2/3+4/3*p, p+p^3, 2, 1/3+2/3*p+p^2}
21
{2}
22
{p+p^3}