jesg/combinatoricslib

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

Closed this issue · 1 comments

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

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

  • Changed state: Invalid
  • Added labels: Type-Other
  • Removed labels: Type-Defect