wenxiangtune / combinatoricslib

Automatically exported from code.google.com/p/combinatoricslib
0 stars 0 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 GoogleCodeExporter closed 8 years ago

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

Original issue reported on code.google.com by petterr...@gmail.com on 10 Jan 2013 at 3:06

GoogleCodeExporter commented 8 years ago
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 
http://code.google.com/p/combinatoricslib/#1._Simple_permutations

Original comment by d.pau...@gmail.com on 31 Jan 2013 at 1:48