Code:
#
# 32 team schedule, 136 games
# Designed for the following configuration:
# 2 subleagues with 2 divisions of 8 teams
#
# 16 games against each other team in division (8H/8A)
# 3 games against all teams of other division of subleague (3H or 3A)
# no interleague games
#
#
# All division games in 4-game series
# All interdivision games in 3-game series
#
# Interdivision games played consecutively after about two-thirds of division games
#
# Teams all share same offdays
# Basically offday after every series
# A few additional and start of interdivision play and for All-Star Break
#
# No homestands or roadtrips longer than 12 games
#
# All game times set at 7:05pm
#
# Season begins April 1
# Season ends September 25
# Season spans 178 days
#
# All-Star Game on July 18 (day 109)
#
# Built 2025-11-29
#