fix color

This commit is contained in:
2026-01-19 19:38:38 +08:00
parent 22003ea65e
commit b98ba91fc1
20 changed files with 436 additions and 32 deletions

View File

@@ -26,10 +26,10 @@ INPUT_FILE = '01_distance.xlsx'
OUTPUT_FILE = '02_pairing.xlsx'
# 约束参数
L_MAX = 50 # 距离阈值 (英里)
MU_SUM_MAX = 450 # 需求和上限
CV_MAX = 0.5 # 变异系数上限
Q = 400 # 卡车容量
L_MAX = 30 # 距离阈值 (英里)
MU_SUM_MAX = 350 # 需求和上限
CV_MAX = 0.3 # 变异系数上限
Q = 350 # 卡车容量
# 价值函数权重
ALPHA = 1.0 # 容量利用率权重