Code:
#
# 12 team schedule, 140 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 6 teams
#
#
# 16 games against 5 other team in division (8H/8A)
# 10 games against 6 teams in other subleague (5H/5A)
#
#
# All division games in 4-game series, and other series 5-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 13 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins April 5
# Season ends September 26
# Season spans 175 days
#
# All-Star Game set for July 1 (day num 88)
#
# Posted 2025/06/15
#