barvinok_enumerate_e: avoid infinite loop when presented with incorrect input
[barvinok.git] / bernstein / examples / basicTest.matrix
blob2f79bdeafa6bb5fcfa7086cea51d8207234415f7
1 3 5
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
8 0 3
10 n m p
12 n^2+n
16 2 3
17    1    1   -1 
18    1    0    1 
20 { p+p^2, 2, 1/2+3/2*p }
21 {2}
22 {p+p^2}