Code:
#
# 16 team schedule, 154 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 8 teams
#
#
# 22 games against 7 other team in division (11H/1A)
# no interleague games
#
#
# Schedule consider balanced since opponents played same number of times
#
# Two subleagues are duplicates
#
#
# Each opponent played in 6 series, two 3-game and four 4-game
# With those series lengths, do not adhere to usual MLB two-series-per-week pattern
# Offdays scattered through schedule between series
#
# Teams play between 33 and 38 home games Fri/Sat/Sun
#
# No homestands or roadtrips longer than 4 series
#
# All game times set as 7:05pm
#
# Season begins first Monday on or after March 28
# Season ends first Sunday on or after September 18
# Season spans 175 days
#
# All-Star Game set for first Tuesday on or after July 5 (day num 100)
#
# Posted 2025/06/22
#