Package com.amalgamasimulation.core.combinatorics


package com.amalgamasimulation.core.combinatorics
  • Class
    Description
    An iterator over all possible combinations (Cartesian product) of the elements from the provided multiple lists of elements of type T, one element from each list.
    An iterator over all possible combinations of a specified size from the given list of elements.
    The Combinatorics interface defines a collection of methods for generating various combinatorial structures, such as Cartesian products, combinations, and subsets from given lists of elements.
    Iterator for generating all permutations of the provided list of elements.
    An iterator over all possible subsets of the provided list of elements.