Find an optimal solution for a linear system with two inequations
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Imane hammou ouali
am 7 Jun. 2019
Kommentiert: Imane hammou ouali
am 8 Jun. 2019
Hello expert i have a function that i have to maximize, and i don't i have much information about algorithm that i should use , i used the MILP but it doesn’t work well .
The function : Max (x1+x2)
Contraints : 150x1+200x2 <= 164
X1+x2 <= 2
X1 and x2 are binary
I will be very grateful if you can help me
2 Kommentare
James Tursa
am 7 Jun. 2019
What does "x1 and x2 are binary" mean? Do you mean they are both integers?
Akzeptierte Antwort
Weitere Antworten (1)
James Tursa
am 8 Jun. 2019
Bearbeitet: James Tursa
am 8 Jun. 2019
The way you have this problem posed, and assuming by "binary" you mean integer, it can be solved by simple inspection. The max value is simply 2 and can be achieved in many ways. E.g., x1 = 5 and x2 = -3. Maybe there is something missing in your problem statement? Or maybe by "binary" you really did mean just 0 or 1 values?
Siehe auch
Kategorien
Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!