フィルターのクリア

Error using linprog quoting the code "-2_4"

6 ビュー (過去 30 日間)
surendra bala
surendra bala 2018 年 4 月 1 日
コメント済み: Nekommata 2019 年 4 月 9 日
Error using linprog (line 336) LINPROG encountered an internal error that caused the solution to lose feasibility. We are sorry for the inconvenience.
Please contact technical support for assistance with your problem, quoting the code "-2_4".
  7 件のコメント
Adusumilli Bala Surendra
Adusumilli Bala Surendra 2018 年 8 月 1 日
Dear Philip Chow
1. Disable Pre-Processing using the flags 'PreProcess','none' with optimoptions: ?options = optimoptions(@linprog, 'Preprocess', 'none');
Walter Roberson
Walter Roberson 2018 年 8 月 1 日
Unfortunately the code it is failing in is buried in a .p file that contain a complete class.

サインインしてコメントする。

採用された回答

Adusumilli Bala Surendra
Adusumilli Bala Surendra 2018 年 8 月 1 日
編集済み: Adusumilli Bala Surendra 2018 年 8 月 1 日
Try the following: It worked for me.
Disable Pre-Processing using the flags 'PreProcess','none' with optimoptions;
options = optimoptions(@linprog, 'Preprocess', 'none');
  1 件のコメント
Nekommata
Nekommata 2019 年 4 月 9 日
Thanks a lot!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by