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
#
# Teams play no more than 20 consecutive days without offday
#
# Homestands and roadtrips as long as 14 games
#
# All teams play 12 home weekend series
#
# All game times set at 1:05pm
#
# Season begins second Monday of April
# Season ends late September
# Season spans 168 days
#
# No All-Star Game
#
# Built 2024-05-26
#