线性规划

Linear Programming 的一般形式 我们通常使用矩阵形式进行表示: min⁡f(x)=cTxs.t.Ax=bx≥0wherex=[x1x2⋮xn],b=[b1b2⋮bm]≥0,c=[c1c2⋮cn]andA=[a1,1a1,2…a1,...

优化理论/线性规划