chern.lib
LIB "chern.lib"; // Partitions over the partition (3, 3, 4) with summands not exceeding 4 list I = 3, 3, 4; print( partOver(4, I) ); ==> [1]: ==> [1]: ==> 3 ==> [2]: ==> 3 ==> [3]: ==> 4 ==> [2]: ==> [1]: ==> 3 ==> [2]: ==> 4 ==> [3]: ==> 4 ==> [3]: ==> [1]: ==> 4 ==> [2]: ==> 4 ==> [3]: ==> 4