Error using linprog quoting the code "-2_4"
显示 更早的评论
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 个评论
Matt J
2018-4-1
So, did you contact Tech Support as the error message suggested? What did they say?
surendra bala
2018-4-1
Matt J
2018-4-1
No I don't. If you email them, they usually reply within a day.
surendra bala
2018-4-1
Philip Chow
2018-8-1
I also got the same error. Surendra did you get the problem solved?
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
2018-8-1
Unfortunately the code it is failing in is buried in a .p file that contain a complete class.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File 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!