How to solve a potentially unbounded linear programming problem

I have this LP
IMG_3882.JPG
I have no idea how to do the linprog when there are variables on the RHS of the constraints.
Is this unbounded?
Is there a way to solve this with matlab?

回答 (1 件)

Matt J
Matt J 2019 年 10 月 2 日
編集済み: Matt J 2019 年 10 月 2 日

0 投票

Yes, it is solvable. Hint:
a*x+b*y <= c*z
is equivalent to
a*x+b*y -c*z <= 0

カテゴリ

ヘルプ センター および File ExchangeLinear Programming and Mixed-Integer Linear Programming についてさらに検索

製品

質問済み:

2019 年 10 月 2 日

編集済み:

2019 年 10 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by