Code:
#
# 24 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions, each with 6 teams
#
#
# 14-15 games against 5 other teams in division (6-9H/6-9A)
# 6-9 games against 6 other teams in league (3H/3A)
# 3 games against each team in other league (3H or 3A)
#
# All of the interleague games are in the 6 weeks preceding the All-Star Break
#
# No cases of more than 20 straight days without offday
#
# No homestands or roadtrips longer than 13 games
#
# Team play 13-14 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Friday before the first Monday of April
# Season thus ends late September/early October
# Season spans 185 days
#
# All-Star Game set for first Tuesday on or after July 9th
#
# Built on 2025-06-14
#