What is the maximum dimension that MATLAB can handle, specially linprog.

2 次查看(过去 30 天)
What is the maximum constraint equations, Variables and matrix dimension MATLAB optimization can handle? Specially Linprog.

采纳的回答

John D'Errico
John D'Errico 2014-7-29
编辑:John D'Errico 2014-7-29
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 个评论
weiya zhong
weiya zhong 2017-1-1
Do you know is there such constraint for Linprog of the free trial version? Thank you
Walter Roberson
Walter Roberson 2017-1-1
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by