Bracketology.StageTypes.DoubleElimination (Grilla Bracketology v0.2.0) View Source
Axioms:
- There are
n
participants in every match, wheren ∈ {0, 1, 2}
- There are no
Bracketology.Match.Tie
Here is an 8-participant Double Elimination with all participants seeded into the upper bracket (none start in lower bracket).
graph LR
A[Upper Match A] --> E[Upper Match E]
B[Upper Match B] --> E[Upper Match E]
C[Upper Match C] --> F[Upper Match F]
D[Upper Match D] --> F[Upper Match F]
E[Upper Match E] --> G[Upper Match G]
F[Upper Match F] --> G[Upper Match G]
G[Upper Match G] --> Z[Upper Match Z]
A[Upper Match A] --> h[Lower Match h]
B[Upper Match B] --> h[Lower Match h]
C[Upper Match C] --> i[Lower Match i]
D[Upper Match D] --> i[Lower Match i]
h[Lower Match h] --> j[Lower Match j]
i[Lower Match i] --> k[Lower Match k]
E[Upper Match E] --> j[Lower Match j]
F[Upper Match F] --> k[Lower Match k]
j[Lower Match j] --> y[Lower Match y]
k[Lower Match k] --> y[Lower Match y]
y[Lower Match y] --> Z[Upper Match Z]