Revised Simplex method

This is an implementation of the Revised Simplex Method for linear programs.
다운로드 수: 244
업데이트 날짜: 2016/10/6

라이선스 보기

This method print the iteration, actual base, number of variables in the base,the columns outside the basis. and the reduced cost. Theoreticaly it should work with degenerate basi solutions.
It do not work with games theory problens
There are 3 cases. if the problem is with <= constrains, the boolean variables are menorigual=1, igual=0 and A and C should consider the slack variables. if the problem is with = constrains, then the boolean variables are menorigual=0, igual=1. if the problem is with >= constrains, the boolean variables are menorigual=0, igual=0. A and C should consider the surplus variables

인용 양식

Luis Alfredo Avendaño Muñoz (2024). Revised Simplex method (https://www.mathworks.com/matlabcentral/fileexchange/59510-revised-simplex-method), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Transaction Cost Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0