Linear Programming: Can you input fixed values to the output matrix ('x') before solving linprog for 'x'?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm solving a linear programmig problem with "linprog".
I'm looking to see if it's possible to assign values to specific cells in the output matrix 'x' before solving for 'x'.
Thanks in advance!
0 commentaires
Réponse acceptée
Matt J
le 21 Oct 2019
You can enforce this using upper and lower bounds
ub(i)=lb(i)=knownvalue
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!