Code:
#
# 120 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 10 divisions of 6 teams
#
#
# 18 games against each other team in division (9H/9A)
# 12 games against each team of one other division in subleague (6H/6A)
# no games against other 8 divisions
# no interleague games
#
# Two 3-game series per week
# One offday per week, either Monday or Thursday
#
# No homestands or roadtrips longer than 12 games
#
# Teams play 14 weekend series at home
#
# Weekday game times 15%-1:05pm, 20%-4:05pm, 65%-7:05pm
# Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm
# Sunday game times 75%-1:05pm, 15%-4:05pm, 10%-7:05pm
#
# Season begins first Friday on or after March 21
# Season ends first Sunday on or after September 28
# Season spans 192 days
#
# All-Star Game on first Tuesday on or after June 24 (day 96)
#
# Built 2026-07-11
#