Can't change ranking players
Closed this issue · 1 comments
MikolajSzumigalski commented
johnridesabike commented
This should be fixed now in 9c062af
Figuring out the Swiss pairing was one of the trickier parts of making this. You can see a lot of the logic for it here: https://github.com/johnridesabike/coronate/blob/master/src/Data/Data_Pairing.re Some of the code is still a bit messy, but the basic idea is that you need to get a list of every possible pairing, rate how ideal that pairing is, and then use the blossom algorithm to get the result.