Is there a version of the spreadsheet pinned to the top of this board that will run under LibreOffice/OpenOffice?
When I try to run it I get various errors, and I can't seem to figure out what some of them are.
5.1 reports:
On clicking 'Generate'
1) "BASIC syntax error. Symbol expected" on line 16 [this appears to be the use of the keyword `step` as a variable - renaming 6 occurrences of that to `framestep` fixes it.]
2) "BASIC syntax error. Expected ," on line 31. [Breaking that if/then/else onto separate lines appears to fix that]
Then clicking 'Generate' appears to do nothing.
Clicking the spinner to change the number of teams generates lots (to the point I end up quitting the program) of "BASIC runtime error 423. Active" messages on (now) line 94 which is the `ComboBox1.Activate` line.
===
I'm basically after a RR for 18 teams, 5 pairs (10 teams) of which are sharing 5 venues (different venue per pair) with the 'derby' matches (the pairs sharing a venue playing each other) in the first round.
The closest I've got so far is going through the "Constructing fair round robin tournaments with a minimum number of breaks" paper (
Hof, Post, Briskorn) but I'm having problems implementing the algorithm therein.
Paul.