Code:
#
# 72 team schedule, 33 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 12 teams
#
#
# 3 games against 11 other teams in division (3H or 3A)
# no interdivision or interleague games
#
# This is one of two sibling schedules with same structure
# In each individual schedule a team has an extra series home or away
# The pair balance the home/away across their combination
#
# All games are in 3-game series, Fri-Sun
#
# No more than two consecutive series played home or away
#
#
# All Friday game times set at 7:05pm
# Saturday game times split between 4:05pm & 7:05pm
# Sunday game times split between 1:05pm & 4:05pm
#
# Season begins first Friday of April
# Season ends mid-June
# Season spans 73 days
#
# No All-Star Game defined
# Possible to add one in a Mon-Thu break of any week
#
# Built 2024-07-01
#