Code:
#
# 48 team schedule, 160 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions of 6 teams
#
#
# 8 games against 5 other teams in division (4H/4A)
# 4 games against 18 other teams in subleague (2H/2A)
# 2 games against 24 teams in other subleague (1H/1A)
#
# Interleague games are played in early-week sets of 2 or 3
# like series but individual games against different opponents
#
# Similarly most non-division intraleague games are played in
# pairs of 2-game series Thu/Fri & Sat/Sun
#
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 15 consecutive days without offday
#
# All teams play 13 weekends at home
#
# All game times set at 7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Monday of April
# Season ends late September/early October
# Season spans 182 days
#
# All-Star Game first Tuesday after July 9 (day 100)
#
# Built 2024-04-20
#