You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR alters the match scheduling logic
Now, the algorithm schedules all matches for each stage in sequence
(i.e. all matches from stage A, then all matches from stage B). Matches
from stage items inside a single stage are interleaved.
To guarantee that the correct order is followed, rounds are sorted
according to their id. Lower round id are scheduled first.
Fix#1312
0 commit comments