|
#
# 34 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions,
# first subleague divisions with 5, 5, 5, 5 teams
# second subleague divisions with 5, 4, 5, 4 teams
# (other rearranged configurations possible)
#
# First subleague
# 5-team divisions
# 14-16 games against other 4 teams in division (6-8H/6-8A)
# 6-8 games against other 15 teams in league (2-4H/2-4A)
# 2 games against 9 teams in other league (2H or 2A)
# Second subleague
# 5-team divisions
# 16 games against other 4 teams in division (8H/8A)
# 6-8 games against other 13 teams in league (2-4H/2-4A)
# 2 games against 10 teams in other league (2H or 2A)
# 4-team division
# 18-20 games against other 3 teams in division (8-10H/8-10A)
# 6-8 games against other 14 teams in league (2-4H/2-4A)
# 2 games against 10 teams in other league (2H or 2A)
#
#
# Series are virtually all 2-game
# Offdays fall scattered throughout the season on all days of week
# Offdays occur approximately as frequently as in modern MLB schedule
#
#
# No cases of more than 19 straight days without offday
#
# No homestands or roadtrips longer than 14 games
#
# All game times set at 7:05pm
#
# Season begins first Sunday on or after March 23
# Season thus ends early/mid-October
#
# All-Star Game set for first Tuesday on or after July 15
#
|