View Source ExTournaments.Pairings.DoubleElimination.BuildLowerBracket (ExTournaments v0.5.1)

Module for populating matches in the lower bracket

Link to this section Summary

Functions

Takes existing list of %ExTournaments.Match{} structs, current round index and exponent. It append matches for the lower bracket.

Link to this section Functions

Link to this function

call(matches, round, loser_exponent)

View Source

Takes existing list of %ExTournaments.Match{} structs, current round index and exponent. It append matches for the lower bracket.

Returns list of %ExTournaments.Match{} structs with newly created matches for the lower bracket.