Code:
#
# 30 team schedule, 156 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 5 teams
#
#
# 18 games against 4 other teams in division (9H/9A)
# 6 games against other 10 teams in subleague (3H/3A)
# 8 games against 1 team from each division of other league (4H/4A)
#
#
# Teams play no more than one game per day
#
# Teams play as many as 20 consecutive days without offday
#
# No homestands or roadtrips longer than 13 games
# All-Star break counted as ending homestands/roadtrips
#
# All 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
# Except 1:05pm game time for all getaway days for both teams
#
# Season begins first Thursday of April
# Season ends first Sunday on or after Sep 26
# Season spans 179 days
#
# All-Star Game set for first Tuesday on or after Jul 14 (season day 104)
#
# Built 2024-06-20
#