Code:
#
# 24 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions, each with 4 teams
#
#
# 18 games against each of 3 other teams in division (9H/9A)
# 9 games against each of 8 other teams in league (3-6H/3-6A)
# 3 games against each of 12 teams in other subleague (3H or 3A)
#
#
# This is one of two sibling files that balance the home/away counts versus all opponents
#
# All 3-game series, two per week, all teams have one offday each week, Monday or Thursday
#
# No homestands or roadtrips longer than 12 games
#
# All game times set at 7:05pm
#
# Season begins first Friday on or after March 28
# Season ends first Sunday on or after October 5
#
# All-Star Game set for first Tuesday of July (day num 96)
#
# Posted 2025/06/14
#