View Single Post
Old 05-20-2019, 12:35 AM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,150
As noted above, this with the numerous 4-game series cannot adhere to weeks. Series are simply laid out with offdays scattered about to given an MLB-type length. I think modern at least modern AAA schedules tend this way in terms of frequent 4-game series and not the common MLB paradigm of usually two series per week (Mon-Sun).
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
#
# Majority of series are 4-game
# Thus schedule does not adhere to two series per week pattern
# No pattern to days on which series begin
# Similarly offdays are scattered about between series
#
# Teams play no more than 20 consecutive days without offday
#
# Homestands and roadtrips as long as 16 games
#
# All game times set at 7:05pm
#
# Season begins Saturday before first Monday of April
# Season ends late-September/early-October
# Season spans 185 days
#
# All-Star Game in early/mid-July (season day number 102)
#
# Built 2019-05-19
#
Attached Files
File Type: lsdl 32team162_228un_g_gmo.lsdl (129.9 KB, 91 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote