Code:
#
# 32 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions of 4 teams
#
#
# 22 games against 3 other teams in division (11H/11A)
# 6 games against 12 teams in subleague (3H/3A)
# 6 games against 1 team in each division in other subleague (3H/3A)
#
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
# All game times set at 7:05pm
#
# Season begins Thursday before first Monday of April
# Season ends late September/early October
# Season spans 186 days
#
# Numerous Friday offdays the first two weeks of the season
#
# All-Star Game first Tuesday after July 9 (day 104)
#
# Built 2020-04-19
#