Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
Show older comments
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
1 Comment
Nganyu Derick
on 19 Jun 2015
Answers (1)
Alan Weiss
on 15 Jun 2015
0 votes
linprog has several different algorithms. You can set the algorithm using the Algorithm option. The default algorithm is 'interior-point'. See the function reference page for details.
Alan Weiss
MATLAB mathematical toolbox documentation
1 Comment
Nganyu Derick
on 16 Jun 2015
Categories
Find more on Linear Programming and Mixed-Integer Linear Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!