Code:
#
# 10 team schedule, 44 games
# Designed for the following configuration:
# 1 subleague with 2 divisions each with 5 teams
#
# 6 games against other 4 teams in division (3H/3A)
# 6 games against 5 teams in other division (2H/2A or 4H or 4A)
#
# One interdivision opponents played two 2-game series, one home and one away
# Four interdivision opponents played one 4-game series either home or away
#
# Schedule is NOT defined as balanced so make sure to set league settings consistent
#
# All games in 3-game series Fri-Sun, 2-game series Sat-Sun, or 4-game series Thu-Sun
#
# One of two siblings that in aggregate balance home/away games
#
# Teams play no more than 8 consecutive games home or away
#
# All Thu/Fri game times set at 7:05pm, Sat at 4:05pm, Sun at 1:05pm
#
# Season begins first Thursday on or after May7
# Season ends first Sunday on or after Aug9
# Season spans 94 days
#
# All-Star Game set for first Tuesday on or after Jul14 (day num 68)
#
# Built 2026-04-11
#