Code:
#
# 48 team schedule, 14 games
# Designed for the following configuration:
# 1 subleague with 6 divisions each with 8 teams
#
#
# 4 games against 7 other teams in division (2H/2A)
#
# All division schedules are duplicates
#
# Schedule considered balanced so setting should be as such
#
# All games are doubleheaders on Saturday
#
# No more than 4 consecutive games played home or away
#
# All game times set at 10:05am/2:05pm
#
# Season begins last Saturday of May
# Season ends late August
# Season spans 92 days
#
# No All-Star Game
#
# Built 2024-05-27
#