Had this all but done but then was away for a couple weeks...
Code:
#
# 32 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 division of 8 teams
#
#
# 14 games against 7 other teams in division (7H/7A)
# 8 games against 8 teams in other division in subleague (4H/4A)
# no interleague games
#
# Schedules for two subleagues are identical
#
#
# Many 2-game and 4-games series
# A moajority of weeks are a 2-game series followed by a 4-game series
#
# Teams play no more than 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
# Homestands and roadtrips as long as 14 games
#
# 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
#
# All-Star Game in early/mid-July (season day number 104)
#
# Built 2020-05-30
#