How to solve a potentially unbounded linear programming problem
显示 更早的评论
I have this LP

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 个)
Yes, it is solvable. Hint:
a*x+b*y <= c*z
is equivalent to
a*x+b*y -c*z <= 0
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Programming and Mixed-Integer Linear Programming 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!