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

Module for building matches flow in the lower bracket

Link to this section Summary

Functions

Takes existing list of %ExTournaments.Match{} structs, remainder indicating difference beetween number of participants and power of two and difference between indices of the upper bracket and lower bracket.

Link to this section Functions

Link to this function

call(matches, remainder, round_diff)

View Source

Takes existing list of %ExTournaments.Match{} structs, remainder indicating difference beetween number of participants and power of two and difference between indices of the upper bracket and lower bracket.

Returns list of %ExTournaments.Match{} structs with updated values for next matches after win or loss in the lower bracket.