Revised Simplex method

This is an implementation of the Revised Simplex Method for linear programs.

現在この提出コンテンツをフォロー中です。

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 (2026). Revised Simplex method (https://jp.mathworks.com/matlabcentral/fileexchange/59510-revised-simplex-method), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersTransaction Cost Analysis についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0