-
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.
* add some restricted partitions support (eg into exactly K parts, OR with M maximum value) * method signature and name changes, ie .rewind(-1) instead of .forward(), .next(-1) instead of .prev(), .hasNext(-1) instead of .hasPrev() * extended options on object instantiation, eg type, parameters, oredring, etc.. * some optimisations, minor fixes * included: permutations, combinations (with repeats), subsets, partitions (with K parts OR M max value), tensors, tuples * orderings: lex, colex, revlex, revcolex, reflex, refcolex, random
- Loading branch information
Nikos M
committed
Dec 29, 2016
1 parent
bc3334f
commit 7d24dab
Showing
18 changed files
with
1,082 additions
and
615 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
Oops, something went wrong.