How do I reduce the running time when I call thousands of 'intlinprog' ?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
- 'intlinprog' is used in a subfunction that is called many times, and the running time is too long. I want to get a faster running time, so what can i do?
2 Commenti
Risposte (1)
Bruno Luong
il 15 Lug 2022
Modificato: Bruno Luong
il 15 Lug 2022
You can try to call multiple problems at once by
- Concatenate f, intcon, b, beq, lb, yb, x0,
- Make matrices A, Aeq block diagonal (possibly sparse format is better).
Not sure if it saves time or the solution is not degraded though.
Vedere anche
Categorie
Scopri di più su Parallel and Cloud in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!