View Source ExTournaments.Pairings.TwoLossOut (ExTournaments v0.4.0)

Module for creation of a TwoLossOut format round

Link to this section Summary

Functions

Takes list with players IDs, index of the first round, and lists of additional options for calculations.

Link to this section Functions

Link to this function

generate_round(players, round, opts \\ [ordered: false, rated: false, colors: false, bye_factor: 1.5, byes_by_seed: false, up_down_factor: 1.2])

View Source
@spec generate_round([integer()], integer(), keyword()) :: list()

Takes list with players IDs, index of the first round, and lists of additional options for calculations.

Returns list of %ExTournaments.Match{} structs for the SINGLE ROUND of 2LO tournament.