Uses of Class
de.uni_tuebingen.sfb.lichtenstein.combinatorics.CombinatoricOperator

Uses of CombinatoricOperator in de.uni_tuebingen.sfb.lichtenstein.combinatorics
 

Subclasses of CombinatoricOperator in de.uni_tuebingen.sfb.lichtenstein.combinatorics
 class Combinator<T>
          A class that sequentially returns all combinations of a certain number out of an array of given elements.
 class Permuter<T>
          A class that permutes a given array of elements.
 class VariatorWithRepetition<T>
          A class that sequentially returns all variations with repetition of a certain number out of an array of given elements.