Mêlée och avancerade tävlingsformat
I korthet
Advanced tournament formats — multi-round mêlée, supermêlée with score-based pairing, tête-à-tête mêlée, Coupe de France and per-nation national cups, round-robin, ELO-based Swiss, single and double elimination, pool play → knockout, and Concours A/B/C with consolation class — implemented as first-class draw algorithms ready to use.
Så fungerar det
This subsystem ships the production-ready algorithms behind the format catalog. The mêlée draw randomizes teams every round and tracks individual rankings, perfect for evening events where players want to mix. Supermêlée with score-based pairing improves on randomness — after round one, players are re-paired so equally performing teams meet, raising competitive balance.
Tête-à-tête mêlée variation runs the same logic for solo entries with new opponents every round. Coupe de France format implements the iconic French knockout with seeding, multi-week scheduling, and progressive accumulation toward the final; National Cup formats follow the same pattern with tenant-specific rules per nation. Round robin (alla mot alla) ensures everyone meets everyone, suitable for league fixtures or a small championship group.
Schweizer system med ELO-baserad pairing pairs teams of similar strength after each round without elimination — better quality matches than pure random draws. Single elimination produces classic knockout brackets; double elimination adds a losers bracket so teams get a second chance. Pool play → knockout combines a poule round to seed teams into the bracket — the most common open-tournament format.
Concours A/B/C med trösteklass runs the layered format where teams who lose round one drop into a B-class tournament, and second-round losers there into a C-class consolation, so every team plays multiple matches regardless of bracket position. All algorithms share the platform's draw infrastructure (court assignment, schedule generation, bye handling, manual adjustments under audit) so swapping formats does not require swapping infrastructure.
Centrala funktioner
- Mêlée draw (slumpad lagdragning) with new random teams each round
- Supermêlée with score-based pairing for balanced rounds
- Tête-à-tête mêlée variation for solo-entry rotations
- Coupe de France and national-cup formats per nation
- Round-robin, ELO-based Swiss, single elimination, double elimination
- Pool play → knockout (the open-tournament default)
- Concours A/B/C with consolation tournaments so every team plays multiple matches
I praktiken
An organizer in Stockholm runs a Friday-evening supermêlée for 24 players. Round one draws random teams; everyone plays a 13-point match. After scores post, the algorithm re-pairs by current standings — top scorers face top scorers, mid-tier face mid-tier — so round two is more competitive than the first.
Three rounds in, individual standings show clear leaders. Saturday brings a separate tournament: 32 teams in Concours A/B/C. First-round losers drop into the B class, second-round B losers into the C class.
By Sunday afternoon, every team has played at least four matches, three classifications are decided, and trophies go to A/B/C winners.
Features i detta subsystem
11| ID | Status | Funktioner |
|---|---|---|
| F04.19.01 | Levererad | Mêlée draw algorithm (slumpad lagdragning) ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.02 | Levererad | Supermêlée med score-based pairing ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.03 | Levererad | Tête-à-tête mêlée variation ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.04 | Levererad | Coupe de France-format ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.05 | Levererad | National Cup-format per nation ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.06 | Levererad | Round robin (alla mot alla) ✅ PL-F0419a ✅ PL-F0419a |
| F04.19.07 | Levererad | Schweizer system med ELO-baserad pairing ✅ PL-F0419b ✅ PL-F0419b |
| F04.19.08 | Levererad | Single elimination bracket ✅ PL-F0419b ✅ PL-F0419b |
| F04.19.09 | Levererad | Double elimination bracket ✅ PL-F0419b ✅ PL-F0419b |
| F04.19.10 | Levererad | Pool play → knockout-format ✅ PL-F0419b ✅ PL-F0419b |
| F04.19.11 | Levererad | Concours A/B/C med trösteklass ✅ PL-F0419b ✅ PL-F0419b |