public class TournamentIndicesGenerator
extends java.lang.Object
implements java.lang.Iterable<java.util.List<java.lang.Integer>>
Constructor and Description |
---|
TournamentIndicesGenerator(int testSize,
int profileSize,
boolean repetitionAllowed,
java.util.Collection<java.lang.Integer> elements) |
TournamentIndicesGenerator(int numAgentsPerSession,
int profilesPerRun,
boolean repAllowed,
int numPartyRepItems) |
public TournamentIndicesGenerator(int testSize, int profileSize, boolean repetitionAllowed, java.util.Collection<java.lang.Integer> elements)
public TournamentIndicesGenerator(int numAgentsPerSession, int profilesPerRun, boolean repAllowed, int numPartyRepItems)
public java.util.Iterator<java.util.List<java.lang.Integer>> iterator()
iterator
in interface java.lang.Iterable<java.util.List<java.lang.Integer>>
public int comb(int n, int r)
public int fac(int base)