Code:
#
# 26 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 4, 5, and 4 teams
#
#
# 7 games against 11 other teams in subleague (3 or 4H / 3 or 4A)
# 6 games against 1 other team in subleague (3H/3A)
# 6 games against 12 other teams in subleague (3H/3A)
# 7 games against 1 other team in subleague (3 or 4H / 3 or 4A)
#
#
# Schedule considered balanced
#
# No homestands or roadtrips longer than 13 games
# No team plays more than 15 straight days without an offday
#
# All teams have same offdays, which include
# 15th of each month and last day of each month plus some other scattered days
#
# All game times set at 7:00pm
#
# Teams play no more than one game per day
#
# Season begins April 1
# Season ends September 29
# Season spans 182 days
#
# All-Star Game set for July 16 (season day 107)
#
# Built 2024-11-23
#