Code:
#
# 32 team schedule, 154 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 8 teams
#
#
# 22 games against 7 other teams in division (10-12H / 10-12A)
# no interdivision and no interleague games
#
# Schedule considered balanced since all opponents played same number of times
# All four division schedules are the same thing
#
# Teams play no more than 20 consecutive days without offday
#
# Homestands and roadtrips as long as 13 games
#
# All teams play 12 home weekend series
#
# All game times set at 1:05pm
#
# Season begins second Monday of April
# Season ends first Wednesday on or after September 25
# Season spans 171 days
#
# All-Star Game first Tuesday on or after July 16 (day 100)
#
# Built 2024-05-27
#