What is the maximum dimension that MATLAB can handle, specially linprog.
1 回表示 (過去 30 日間)
古いコメントを表示
What is the maximum constraint equations, Variables and matrix dimension MATLAB optimization can handle? Specially Linprog.
0 件のコメント
採用された回答
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
2017 年 1 月 1 日
Do you know is there such constraint for Linprog of the free trial version? Thank you
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!