r-moeritz / swissdutch

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

When can create next round? #3

Closed Mlody87 closed 4 years ago

Mlody87 commented 4 years ago

Hi, Thank you for your work! I know you wrote it a long time ago but I have a question for you. I have the impression that this pairing aims to get a winner so sometimes it happens that with 5 players it is possible to pair only 2 rounds. Is there any possibility of checking whether further pairing is possible? Now just the engine throws an exception. Is there possibility to force pairing next round?

r-moeritz commented 4 years ago

Hi @Mlody87, unfortunately I don't have the time (or inclination TBH) to work on this library any more. You are welcome to fork this repo and make any improvements or changes you so desire :smiley:.

Mlody87 commented 4 years ago

Thanks:)