Code:
#
# 32 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions of 4 teams
#
#
# 12 games against 3 other teams in division (6H/6A)
# 6 games against 12 other teams in subleague (3H/3A)
# 9 games against 1 "rival" interleague team (3 or 6H/3 or 6A)
# 3 games against each other team in other subleague (3H or 3A)
#
# This is one of a pair of sibling schedules
# Other simply has the home-away flipped for every matchup
#
#
# All game in 3-game series
# Offdays on average about once every three series
#
# No homestands or roadtrips longer than 12 games
#
# Teams play as many as 12 consecutive days without offday
#
# Game times set at 7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins April 1st
# Season ends September 30th
# Season spans 183 days
#
# All-Star Game July 4 (day 95)
#
# Built 2023-08-29
#