@echecs/tournament - v3.3.0
Preparing search index...
PairingSystem
Type Alias PairingSystem
PairingSystem
:
(
players
:
Player
[]
,
rounds
:
CompletedRound
[]
,
options
?:
PairingOptions
,
)
=>
Pairings
A function that generates pairings for a round given the player list and completed rounds.
Type Declaration
(
players
:
Player
[]
,
rounds
:
CompletedRound
[]
,
options
?:
PairingOptions
,
)
:
Pairings
Parameters
players
:
Player
[]
rounds
:
CompletedRound
[]
Optional
options
:
PairingOptions
Returns
Pairings
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@echecs/tournament - v3.3.0
Loading...
A function that generates pairings for a round given the player list and completed rounds.