Code:
#
# 32 team schedule, 156 games
# Designed for the following configuration:
# 1 subleague with 8 divisions of 4 teams
#
#
# 16 games against each other team in division (8H/8A)
# 6 games against each team in two other divisions (3H/3A)
# 3 games against each team in five other divisions (3H or 3A)
#
# This is one of 14 sibling files that cycle through interdivision matchups and flip home/away
#
# No homestands or roadtrips longer than 13 games
#
# Team play as many as 16 consecutive days
#
# Teams play 13 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 Friday on of after March 29
# Season ends first Sunday on or after September 22
# Season spans 178 days
#
# All-Star Game on first Tuesday on or after July 9 (day 103)
#
# Built 2026-04-27
#