Code:
#
# 20 team schedule, 93 games
# Designed for the following configuration:
# one subleague with two divisions of 10 teams
# 2024 Liga Mexicana de Beisbol (LMB) schedule
#
# Team id numbers used here:
#
# North Division
# 1 Acereros de Monclova
# 2 Algodoneros de Unión Laguna
# 3 Caliente de Durango
# 4 Charros de Jalisco
# 5 Dorados de Chihuahua
# 6 Rieleros de Aguascalientes
# 7 Saraperos de Saltillo
# 8 Sultanes de Monterrey
# 9 Tecolotes de los Dos Laredos
# 10 Toros de Tijuana
#
# South Division
# 11 Bravos de León
# 12 Conspiradores de Querétaro
# 13 Diablos Rojos del México
# 14 El Águila de Veracruz
# 15 Guerreros de Oaxaca
# 16 Leones de Yucatán
# 17 Olmecas de Tabasco
# 18 Pericos de Puebla
# 19 Piratas de Campeche
# 20 Tigres de Quintana Roo
#
#
# 9 games against each 9 other teams in division (3-6H/3-6A)
# total of 12 games (4 series) against teams in other division
#
# Teams play their 4 interdivision series following All-Star Break
# Some teams play the same interdivision opponent in two series.
#
# Each team plays 45 or 48 games at home at the other number away.
#
# All games are in 3-game series
#
# Teams play as many as 9 consecutive days
#
# Up to 12 games in row may be played home or away
#
# All game times set at 7:05pm
#
# Teams play no more than one game per day
#
# Season begins with one game first Thursday on or after April 11
# Season ends first Thursday on or after Aug1
# Season spans 113 days
#
# All-Star Game set for first Saturday on or after May 25 (day 45)
#
# Built 2024-05-11
#