Code:
#
# 28 team schedule, 130 games
# Designed for the following configuration:
# 2 subleagues each with 2 divisions, each with 7 teams
#
#
# 10 games against 6 other teams in division (5H/5A)
# 4 games against 7 other teams in league (2H/2A)
# 3 games against 14 teams in other league (3H or 3A)
#
#
# Many 2-game series
#
# No cases of more than 16 straight days without offday
#
# No homestands or roadtrips longer than 15 games
# All-Star break counted as ending homestands/roadtrips
#
# All game times set at 7:05pm
#
# Season begins first Monday on or after April 4
# Season ends late-Aug/early-Sep
# Season spans 147 days
#
# All-Star Game set for first Tuesday on or after July 26th (day num 114)
#
# Built on 2020-04-19
#