Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何只用一个奇异的约束和一个未知数来解决这个问题?
请参阅以下带有未知数 S 的 LP 公式:
最大 x1+x2
英石
Sx1+x2 <= 1 x1,x2 => 0
如何识别未知的 S
(a) 有一个最优解 (b) 不可行 (c) 不受约束
由于作业截止日期可能已经过去,我想我会回答这个问题,因为它有点棘手。(b) 差点让我..
(a) S>=0
(b) 对所有 S 都可行
(c) S<0