Code:
#
# 34 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions, with
# divisions of 9 and 8 teams in first subleague,
# divisions of 8 and 9 teams in second subleague
#
#
# 9-team divisions:
# 6-10 games against 8 other teams in division (3-6H/3-6A)
# 6 games against 8 other teams in subleague (3H/3A)
# 3 games against each team in other subleague (3H or 3A)
#
# 8-team divisions:
# 6-10 games against 7 other teams in division (3-7A/3-7H)
# 6 games against 9 other teams in subleague (3H/3A)
# 3 games against each team in other subleague (3H or 3A)
#
# There is one extra interleague series beyond the above
# involving one team from each 9-team division
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 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 29
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game first Tuesday after July 13 (day 103)
#
# Built 2023-08-12
#