#
# 30 team schedules, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions, each with 5 teams
#
#
# 12 games against 4 other teams in division (6H/6A)
# 9-10 games against 10 other teams in subleague (3-6H/3-6A)
# 3-6 games against 5 teams of one division in other subleague (0-3H/0-3A)
#
#
# Because of odd number of teams in subleagues
# interleague games required at all times
# Mostly one such series at a time and occasionally three
# All teams play pair of home-and-home 2-game series
# against one interleague opponent immediately after All-Star Break
#
# Interleague matchups by division are as follows in sibling files:
# 1 : SL1_D1 vs SL2_D1 ; SL1_D2 vs SL2_D2 ; SL1_D3 vs SL2_D3
# 2 : SL1_D1 vs SL2_D2 ; SL1_D2 vs SL2_D3 ; SL1_D3 vs SL2_D1
# 3 : SL1_D1 vs SL2_D3 ; SL1_D2 vs SL2_D1 ; SL1_D3 vs SL2_D2
#
# No homestands or roadtrips longer than 14 games
# No team plays more than 20 straight days without an offday
#
# All game times set at 7:05pm
#
# Season begins first Monday on or after April 1st
# Season thus ends late September/early October
# All-Star Game set for first Tuesday on or after July 9th
#
Attachments now found in this post below.