| Comparing partitions |
Example:
...
scan(INTEGER,a);
makevectorofpart(a,b); println(b);
m_ilih_m(S_V_LI(b),S_V_LI(b),c);
for (i=0L;i<S_V_LI(b);i++)
for (j=0L;j<S_V_LI(b);j++)
m_i_i(dom_comp_part(S_V_I(b,i),S_V_I(b,j)),S_M_IJ(c,i,j));
println(c);
...
It prints the matrix c of the results of the comparison of all
partitions of the weight a.
| Comparing partitions |