View Source ExTournaments.Pairings.RoundRobin (ExTournaments v0.5.1)

Round Robin pairing using Berger Tables

Link to this section Summary

Functions

Takes list with players IDs, index of the first round, and flag indicating is players array is ordered.

Link to this section Functions

Link to this function

call(players, starting_round_index \\ 1, ordered \\ false)

View Source
@spec call([integer()], integer(), boolean()) :: [ExTournaments.Match.t()]

Takes list with players IDs, index of the first round, and flag indicating is players array is ordered.

Returns list of %ExTournaments.Match{} structs for the whole round robin format tournament.