Code:
#
# 32 team schedule, 60 games
# Designed for the following configuration:
# 2 subleagues each with 4 divisions of 4 teams
#
#
# 8 games against each other team in division (4H/4A)
# 3 games against total of 8 teams from other divisions in subleague (3H or 3A)
# 3 games against one team in each division of other subleague (3H or 3A)
#
# Teams play as many as 16 consecutive days
#
# No homestands or roadtrips longer than 13 games
#
# Teams play 5 weekend series at home
#
# All weekday game times set at 7:05pm
# Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm
# Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Monday of April
# Season ends first Sunday on or after June 9
# Season spans 70 days
#
# All-Star Game on first Tuesday on or after May 21 (day 51)
#
# Built 2026-04-30
#