dpaukov / combinatoricslib

Combinatorial Objects Generators for Java 7+.
GNU Lesser General Public License v3.0
88 stars 15 forks source link

The Simple combinations generator does not return other then {0,1,2,3} when asked to make combinations with those numbers #7

Closed dpaukov closed 10 years ago

dpaukov commented 10 years ago

From petterr...@gmail.com on January 10, 2013 05:06:12

When i enter {0,1,2,3], it only returns that, and not f.ex {3,1,2,0}

Original issue: http://code.google.com/p/combinatoricslib/issues/detail?id=7

dpaukov commented 10 years ago

From d.pau...@gmail.com on January 31, 2013 05:48:28

It looks like you expect to get a set of the simple permutations (without repetitions) instead of the simple combinations.

Try to use simple permutations https://code.google.com/p/combinatoricslib/#1._Simple_permutations

Status: Invalid
Labels: -Type-Defect Type-Other