PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Static knockout scheduler should reject `S0` #33

Closed PeterJCLaw closed 4 months ago

PeterJCLaw commented 4 months ago

Seed numbers start at 1, however S0 is accepted. We then subtract one and index into a list. This means that it could accidentally put the bottom team in as the 0th seed.