P = nextOrderedPartition(n,Lists)
P' = nextOrderedPartition(P,n,Lists)
Given an integer $n$ and lists $L_1,\ldots,L_k$ of distinct nonnegative integers, this method iterates over all tuples $(l_1,\ldots,l_k)$ such that $\sum_i l_i = n$ and $l_i\in L_i$. The tuples are produced one at a time.
Returns "null" if none.
|
|
|
|
|
The object nextOrderedPartition is a method function.
The source of this document is in Chordal/ChordalDoc.m2:1088:0.