Code:
#
# 16 team schedule, 154 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division with 8 teams
#
#
# 15-16 games against 7 other teams in division (6-9H/6-9A)
# 6 games against 8 teams in other league (3H/3A)
#
#
# No cases of more than 16 straight days without offday
#
# No homestands or roadtrips longer than 13 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 13 home weekend series
#
# All weekday game time 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 or after Apr1
# Season ends first Sunday on or after Sep25
# Season spans 178 days
#
# All-Star Game set for first Tuesday on or after Jul12 (day num 103)
#
# Built on 2025-08-23
#