Performance of Mixed-integer linear programming (MILP) with intlinprog
Afficher commentaires plus anciens
Hello, I am writing a tool for the optimisation of satellite constellation and I use Mixed-integer linear programming (MILP) with the function intlinprog. I have a lot of Variables depending on the number of satellites and the repeat cycle of the orbit, already small problems need more than 1000 Variables. The function becomes super slow. It wouldn't finish in 8 hours, but also it is not using my full CPU. I would appreciate any idea to improve the performance of the tool a lot!
Thank you very much in advance!
Kira
Réponses (1)
Alan Weiss
le 11 Juin 2021
1 vote
MILP is a notoriously difficult problem type. For suggestions, see Tuning Integer Linear Programming.
Alan Weiss
MATLAB mathematical toolbox documentation
1 commentaire
Kira Lara Löper
le 14 Juin 2021
Catégories
En savoir plus sur Image Category Classification 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!