필터 지우기
필터 지우기

Last Tableau of Simplex Method in LP Problem

조회 수: 2 (최근 30일)
Devin
Devin 2019년 3월 28일
댓글: Torsten 2019년 4월 1일
Greetings,
Currently, I am using linprog with simplex method to solve linear programming problem.
Is it possible to print the last tableau of simplex method?
Thank you

채택된 답변

Torsten
Torsten 2019년 3월 29일
https://www.12000.org/my_notes/simplex/index.htm
  댓글 수: 2
Devin
Devin 2019년 3월 31일
Thank Torsten for your help!
I have tried the codes you sent to me. However, the code cannot deal with some special cases:
a. constraint matrix is not full rank; b. cycling because of degeneracy.
But these two cases are very important to my research.
I also look up github and file exchange of matlab, but unfortunately have not found one that satisfy my requirements. They always fail for case a. Case a is also the reason hinders my own simplex code.
Torsten
Torsten 2019년 4월 1일
Add new slack variables to all your constraint equations. Then your constraint matrix has full rank.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by