CF-991
# A # 题目原文 Kostya has a text sss consisting of nnn words made up of Latin alphabet letters. He also has two strips on which he must write the text. The first strip can hold mmm characters, while the second can hold as many as needed. Kostya must choose a number xxx and write the first xxx words from...
more...运输问题
# 运输问题模型 已知有 mmm 个产地 Ai,i=1,2,...,mA_i,i=1,2,...,mAi,i=1,2,...,m,供应某物资的供应量分别为 ai,i=1,2,...,ma_i,i=1,2,...,mai,i=1,2,...,m;有 nnn 个销地 Bj,j=1,2,...,nB_j,j=1,2,...,nBj,j=1,2,...,n,其物资需求量分别为 bj,j=1,2,...,nb_j,j=1,2,...,nbj,j=1,2,...,n 从 AiA_iAi 到 BjB_jBj 运输单位物资的运价(单价)为 cijc_{ij}cij,求总费用最小的运输方案。 设...
more...对偶理论与灵敏度分析
# 对偶理论 对称性:对偶问题的对偶是原问题 弱对偶性:若 X‾\overline{X}X 是原问题(特指 maxmaxmax )的可行解,Y‾\overline{Y}Y 是对偶问题(特指 minminmin )的可行解,则 CX‾≤Y‾bC \overline{X} \le \overline{Y}bCX≤Yb 无界性:若原问题(对偶问题)为无界解,则其对偶问题(原问题)无可行解 原问题无界解 ⇒\Rightarrow⇒ 对偶问题无可行解 或 对偶问题无界解 ⇒\Rightarrow⇒...
more...