Code:
#
# 40 team schedule, 168 games
# Designed for the following configuration:
# 2 subleagues each with 4 divisions of 5 teams
#
#
# 12 games against 4 other teams in division (6H/6A)
# 6 games against the 15 other teams in subleague (3H/3A)
# 6 games against the 5 teams in corresponding division in other subleague (3H/3A)
#
#
# All games in 3-game series, two per week
# All teams off one day each week, either Monday or Thursday
#
# Team play as many as 9 consecutive days
#
# No homestands or roadtrips longer than 12 games
#
# Teams play 14-15 weekend series at home
#
# All weekday game times set at 7:05pm
# Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm
# Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Friday on or after March 22
# Season ends first Sunday on or after October 6
# Season spans 199 days
#
# All-Star Game on first Tuesday on or after July 16 (day 117)
#
# Built 2024-11-17
#