Code:
#
# 44 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions, of 8, 7, and 7 teams
#
#
# 13-15 games against other teams in division (6-9H/6-9A)
# 3-6 games against each team in other divisions in subleague (0-3H/0-3A)
# 3 games against 6 teams in other subleague (3H or 3A)
#
#
# Homestands and roadtrips may be as long as 14 games
# All-Star break considered as ending homestands and roadtrips
#
# No team plays more than 20 consecutive days
#
# Teams play no more than one game per day
#
# Teams play 12-15 weekend series at home
#
# All game times set at 7:05pm
#
# Season begins Friday before first Monday of April
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game set for mid-July (day number 103)
#
# Built 2019-06-17
#