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일
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에 대해 자세히 알아보기

제품

질문:

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