Tournament

Undocumented in source.

Constructors

this
this(size_t tables, size_t players, size_t rounds)
Undocumented in source.

Members

Functions

incidenceMatrix
size_t[][] incidenceMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

assignment
size_t[][] assignment;
players
size_t players;
rounds
size_t rounds;
Undocumented in source.
tables
size_t tables;
Undocumented in source.

Meta