Package de.uni_tuebingen.sfb.lichtenstein.combinatorics

Class Summary
CartesianProduct<T> A class that sequentially returns the cartesian product of sets, represented as a two-dimensional array.
Combinator<T> A class that sequentially returns all combinations of a certain number out of an array of given elements.
CombinatoricOperator<T> A common superclass for all combinatoric operators.
Permuter<T> A class that permutes a given array of elements.
VariatorWithRepetition<T> A class that sequentially returns all variations with repetition of a certain number out of an array of given elements.