Code:
#
# 40 team schedule, 156 games
# Designed for the following configuration:
# 1 subleagues with 4 divisions, each with 10 teams
#
#
# 14 games against 3 other teams in division (7H/7A)
# 3 games against all teams in one other division (3H or 3A)
#
# One of set of sibling files that rotates the interdivision matchups among the divisions
# First three cycle through divisions, next three are same with home/away reversed
#
# Team play as many as 20 consecutive days
#
# No homestands or roadtrips longer than 14 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 13 home weekend series
#
# 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
# Except 1:05pm game time for all getaway days for both teams
#
# Season begins first Thursday on or after Apr1
# Season ends first Sunday on or after Sep26
# Season spans 179 days
#
# All-Star Game set for first Tuesday on or after Jul13 (day num 104)
#
# Built on 2025-01-11
#