bernstein: rework testing framework to not depend on order of GiNaC expressions
[barvinok.git] / bernstein / examples / basicLinear2.matrix
blob651c93eafb3743e603114a4dc954115daca11b9a
1 4 6
3 #s  n  m  P Q cte
4  1  1  0  0 0  -1  # n >= 1
5  1 -1  1  0 0   0  # m >= n  
6  1  0 -1  1 0   0  # p >= m
7  1  1  0  0 -1   1  # n + 1 >= q
9 0 4
11 n m P Q
17 3 4
18    1    1   -1    1 
19    1    0    1   -2 
20    1    0    0    1 
22 {P,-1+Q}
23 {-1+Q}
24 {P}
26 3 4
27    1    1    0   -1 
28    1    0   -1    2 
29    1    0    0    1 
31 {P,1}
32 {1}
33 {P}