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

Round Robin pairing using Berger Tables

Link to this section Summary

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()]