combi
combi copied to clipboard
Pythonic package for combinatorics
When packaging this package (version 1.1.2 from the PyPI tarball) for openSUSE (and trying to remove dependency on nose from it, BTW, if you can rewrite that `test_extensive` construct into...
speed
Hi, is it possible to accelerate the speed of work PermSpace(index)? Because with a length of 200-600 characters, the speed decreases noticeably, would like to process 10000 characters in less...
Rename `take_random` to `get_random_element`. Introduce `get_random_elements(n=infinity)`, uses `LazyTuple`.
Currently combi supports doing a cartesian product using the `ProductSpace` class. However, in many cases you don't want the every possible combination of all sequences, but rather want to restrict...