Clear Filters
Clear Filters

Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?

1 view (last 30 days)
Hey. I'll like to know which optimization method the MATLAB function linprog uses? How do I check?
  1 Comment
Nganyu Derick
Nganyu Derick on 19 Jun 2015
thanks once more for the answer. I noticed a numberof Interior Point methods when browsing the net. Which one exactly does MATLAB use? Help Please

Sign in to comment.

Answers (1)

Alan Weiss
Alan Weiss on 15 Jun 2015
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.
For details of the various algorithms, see Linear Programming Algorithms.
Alan Weiss
MATLAB mathematical toolbox documentation

Tags

Community Treasure Hunt

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

Start Hunting!