Next: Reading and writing combinations, Previous: Combination properties, Up: Combinations
This function advances the combination c to the next combination in lexicographic order and returns
GSL_SUCCESS
. If no further combinations are available it returnsGSL_FAILURE
and leaves c unmodified. Starting with the first combination and repeatedly applying this function will iterate through all possible combinations of a given order.