Class PermutationGenerator

java.lang.Object
FAtiMA.Core.util.PermutationGenerator

public class PermutationGenerator extends Object
  • Constructor Details

    • PermutationGenerator

      public PermutationGenerator(int n)
  • Method Details

    • reset

      public void reset()
    • getNumLeft

      public BigInteger getNumLeft()
    • getTotal

      public BigInteger getTotal()
    • hasMore

      public boolean hasMore()
    • getNext

      public int[] getNext()