NextComposition[l] constructs the integer composition that follows l in a canonical order.
NextGrayCodeSubset[l, s] constructs the successor of s in the Gray code of set l.
NextKSubset[l, s] gives the k-subset of list l, following the k-subset s in lexicographic order.
NextPartition[p] gives the integer partition following p in reverse lexicographic order.
NextPermutation[p] gives the permutation following p in lexicographic order.
NextSubset[l, s] constructs the subset of l following subset s in canonical order.
NextTableau[t] gives the tableau of shape t, following t in lexicographic order.
NthSubset[n, l] gives the n\[Null]^th subset of list l in canonical order.
One
(Combinatorica Package Symbol) One is a tag used in several functions to inform the functions that only one object need be considered or only one solution be produced, as opposed to all objects or all ...
Optimum
(Combinatorica Package Symbol) Optimum is a value that the option Algorithm can take on when used in functions VertexColoring and VertexCover.