Internal double-elimination bracket constructor
new_double_elim_bracket(
participants,
seed = TRUE,
grand_final_reset = TRUE,
best_of = NULL,
reseed = FALSE
)A double_elim_bracket object.
Character vector of participant names, or a data.frame
with a name column and optional seed column.
Seeding policy forwarded to internal seeding helpers.
Whether to schedule a potential reset grand final.
Optional odd-integer series length specification.
Whether to reseed winners-bracket participants between rounds.