I am looking for a library that can rank / deselect ordered combinations, where ranking means from the combination that it gives you, which nth combinations are gray code or lexicographic or some other algorithm, without warming up - the reversal process.
I am looking for a library that runs many algorithms such as Gray code, lexicographic, rev-lexicographic, enup, etc.
If he does only a generation, it might be good if he also has a lot of algorithms.
I found the FXT library, but did not use ordered combinations; it executes compositions, but does not seem to execute the ranking algorithm, since I need it, it is comparable to ranks / undefined unordered combinations.
denis source
share