Class Summary |
BasePairing |
Base class to simplify creation of a PairingMode. |
FinalPairing |
This is a simple pairing mode, which simply chooses the
top-N number of players to play a true final. |
GameImpl |
Simple implementation of Game for return purposes. |
MixingPairing |
A pairing mode which considers mixing players and placing close ranked players together. |
MixingPairing1 |
This is a first strategy which heuristically solves basic problems. |
NoPairing |
This is a dummy pairing mode, I forgot whatfor. |
RandomPairing |
A pairing mode, randomly shuffling players. |