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
@spec call([ExTournaments.Match.t()], number(), integer()) :: [ ExTournaments.Match.t() ]
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.