Glossary ยท approach
Round-Robin
A tournament structure where every participant plays every other participant the same number of times.
Round RobinFull-Pairing Tournament
Round-robin means every team / player / participant in a tournament or league plays every other participant the same number of times. Single round-robin: each pair plays once, requiring n(n-1)/2 matches for n teams. Double round-robin: each pair plays twice (homeโaway), requiring n(n-1) matches. It's the foundational structure of league scheduling math; the Berger table is the oldest closed-form solution. Beyond sports leagues, the round-robin structure also appears in competition types (game tournaments, dance contests, lecture competitions) and even in software test suites. With the round-robin constraint, soft objectives like break minimization, distance optimization, and broadcaster constraints are optimized on top.
รrnek
A 10-team single round-robin tournament plays 45 matches; double round-robin is 90. It fits into 9 weeks or 18 weeks respectively.