-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rank/unrank multiset permutations (TODO nlgn algorithm) * integer (restricted) compositions (rank/unrank missing) * integer (restricted) partitions (rank/unrank missing) * random partition / random composition * successror methods support combinatorial orderings (LEX, COLEX, REFLECTED, ..) directly instead of post-transformations on objects * optimise counting routines, list routiners, numeric routines (eg is_kthroot) * new combinatorial utilities eg multiset2permutation, permutation2multiset * fixed index/rank computation of composed combinatorial objects eg permutations or combinations and hasNext/hasPrev * default to random generation if default Arithmetic and counter has overflowed * fix some typos, wrong computations, indexes, .. * update live playground example
- Loading branch information
Nikos M
committed
Jan 26, 2017
1 parent
7538088
commit b21d869
Showing
26 changed files
with
3,259 additions
and
3,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.