Code:
#
# 100 team schedule, 15 games
# Designed for the following configuration:
# 2 subleagues, each with 5 divisions of 10 teams
#
#
# 2 games against 6 other teams in division (1H/1A)
# 1 game against 3 other teams in division (1H or 1A)
#
# Schedule defined as balanced
#
# All games played on Fri/Sat/Sun across 5 weeks
# One game at a time versus opponents
#
# Because of uneven games teams play in total either 8H/7A or 7H/8A
#
# No homestands or roadtrips longer than 2 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
#