Linear Programming: Can you input fixed values to the output matrix ('x') before solving linprog for 'x'?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Austin Brehm
am 21 Okt. 2019
Bearbeitet: Austin Brehm
am 21 Okt. 2019
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 Kommentare
Akzeptierte Antwort
Matt J
am 21 Okt. 2019
You can enforce this using upper and lower bounds
ub(i)=lb(i)=knownvalue
1 Kommentar
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!