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 comentarios

Matt J
Matt J el 1 de Abr. de 2018
So, did you contact Tech Support as the error message suggested? What did they say?
surendra bala
surendra bala el 1 de Abr. de 2018
I tried contacting them but I couldn't connect them. Do you know anything related to this issue?
Matt J
Matt J el 1 de Abr. de 2018
No I don't. If you email them, they usually reply within a day.
surendra bala
surendra bala el 1 de Abr. de 2018
Yes. Thanks. I am waiting for the reply. I have sent a mail to "support@mathworks.com"
Philip Chow
Philip Chow el 1 de Ag. de 2018
I also got the same error. Surendra did you get the problem solved?
Dear Philip Chow
1. Disable Pre-Processing using the flags 'PreProcess','none' with optimoptions: ?options = optimoptions(@linprog, 'Preprocess', 'none');
Walter Roberson
Walter Roberson el 1 de Ag. de 2018
Unfortunately the code it is failing in is buried in a .p file that contain a complete class.

Iniciar sesión para comentar.

 Respuesta aceptada

Adusumilli Bala Surendra
Adusumilli Bala Surendra el 1 de Ag. de 2018
Editada: Adusumilli Bala Surendra el 1 de Ag. de 2018

3 votos

Try the following: It worked for me.
Disable Pre-Processing using the flags 'PreProcess','none' with optimoptions;
options = optimoptions(@linprog, 'Preprocess', 'none');

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by