sports-league-scheduling-problem Questions
5
Solved
I'll start of by saying that I understand that this topic is complicated and that there probably isn't an easy answer. If it were easy then everybody would be doing it. That being said...
I've bee...
Pitt asked 24/6, 2009 at 8:20
4
I am working on a Swiss Tournament system in Python and I'm trying to figure out an optimal pairing algorithm.
My biggest problem is that every algorithm I came with produced error in few sequences...
Centurial asked 20/2, 2015 at 12:38
3
Solved
I need to generate all possible pairings, but with the constraint that a particular pairing only occurs once in the results. So for example:
import itertools
for perm in itertools.permutations(ra...
Core asked 5/1, 2013 at 5:58
2
Solved
I'm looking for an algorithm to generate a schedule for a set of
teams. For example, imagine a sports season in which each team plays
each other, one time as home team and the other as a visitor te...
Hexagonal asked 6/5, 2011 at 15:30
1
© 2022 - 2025 — McMap. All rights reserved.