What is the maximum dimension that MATLAB can handle, specially linprog.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ashenafi Alemu
el 29 de Jul. de 2014
Comentada: Walter Roberson
el 1 de En. de 2017
What is the maximum constraint equations, Variables and matrix dimension MATLAB optimization can handle? Specially Linprog.
0 comentarios
Respuesta aceptada
John D'Errico
el 29 de Jul. de 2014
Editada: John D'Errico
el 29 de Jul. de 2014
There is essentially no maximum, for any of these tools.
Practically, the max for these values is a function of the amount of memory you have, the amount of memory you can address, and your patience/willingness to wait for an answer. Logically, bigger problems will take more time.
2 comentarios
weiya zhong
el 1 de En. de 2017
Do you know is there such constraint for Linprog of the free trial version? Thank you
Walter Roberson
el 1 de En. de 2017
No, there is no limitation for the trial version in that regard. There are limitations on generated reports and on executables compiled with MATLAB Compiler, but no limitations on linprog.
Más respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!