Code:
#
# 32 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 8 teams
#
#
# 16 games against each other team in division (8H/8A)
# 6 games against 7 teams of other division in subleague (3H/3A)
# 8 games against 1 team of other division in subleague (4H/4A)
# no interleague games
#
# Mostly 4-game series with offdays scattered through season
# Series do not fall strictly two per week
#
# No homestands or roadtrips longer than 15 games
#
# Team play as many as 19 consecutive days
#
# Game times set at 7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins April 1
# Season ends September 29
# Season spans 182 days
#
# All-Star Game set for July 1 (day num 91)
#
# Built 2026-07-11
#