Does interior point algorithm of function linprog include crossover process?
Afficher commentaires plus anciens
Greetings,
I am currently working on a linear programming problem solved by function linprog. Different results were obtained when I used dual simplex and interior point methods. It seems that there are multiple optimal solutions to this problem. One possibility is that interior point led to a different vertex from the one of dual simplex. Another possibility is that there is no crossover process in interior point method, so I got a optimal solution not at the vertex.
Can anyone tell me whether there is crossover process in interior-point method or not?
Réponses (0)
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!