Code:
#
# 32 team schedule, 168 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 8 teams
#
#
# 8 games against 7 other teams in division (4H/4A)
# 6 games against each other teams in subleague (3H/3A)
# 4 games against each team in other subleague (2H/2A)
#
# All division games in 4-game series
# All other league games in 3-game series
# All interleague games in 2-game series
#
# Series of given type usually occur in consecutive pairs
# Sometimes 4 consecutive interleague series
#
# No homestands or roadtrips longer than 14 games
#
# Team play as many as 12 consecutive days
# Typically ~8-10 days between offdays
#
# Do not adhere to typically baseball week of one early-week series and one weekend series
# because of distribution of different length series
# Series may start any day of week
#
# All game times set at 7:05pm
#
# Season begins April 1
# Season ends October 4
# Season spans 187 days
#
# All-Star Game on July 20 (day 111)
#
# Built 2024-07-01
#