Info
此问题已关闭。 请重新打开它进行编辑或回答。
Is the intlinprog solver a native MATLAB solver ?
1 次查看(过去 30 天)
显示 更早的评论
Kind of an odd question, but I have noticed that there is quite a variety of MILP solvers out there and I was wondering if the intlinprog solver was something MATLAB designed for themselves or if it was derived from a 3rd party solver?
0 个评论
回答(1 个)
Harshad Deshmane
2014-10-2
Yes, "intlinprog" is part of the MATLAB Optimization Toolbox. An easy way to check whether a given function is part of MATLAB (or its related products) is to search for it on the documentation page on the MathWorks website. If it is a part of MATLAB, the ribbon just under the search field displays the particular toolbox.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!