Error using linprog quoting the code "-2_4"

조회 수: 1 (최근 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');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by