r-moeritz / swissdutch

A Python implementation of the Dutch pairing system for Swiss format tournaments.
MIT License
12 stars 2 forks source link

C.8 broken for multiple exchanges #1

Closed r-moeritz closed 10 years ago

r-moeritz commented 10 years ago

The code for exchanges is currently broken when >1 exchange needs to be performed. We need to comply with C.8 by first exhausting all possible exchanges of one player before trying all possible exchanges of two players and so on up to P1 players.