Code:
#
# 100 team schedule, 15 games
# Designed for the following configuration:
# 2 subleagues, each with 5 divisions of 10 teams
#
#
# 3 games against 5 other teams in division (1H/1A)
#
# Schedule defined as balanced
#
# All games played in Fri/Sat/Sun series across 5 weeks
#
# Because of uneven games teams play in total either 9H/6A or 6H/9A
#
# No homestands or roadtrips longer than 6 games
#
# All game times set at 4:05pm
#
# Season begins first Friday on or after March 27
# Season ends later April / early May
# Season spans 31 days
#
# No All-Star Game
#
# Built 2024-04-21
#