Das sieht nach einer Linearen Optimierung aus
maximize_lp(
50*x+80*y,[
x + 1.5*y <= 900,
1/2*x + 1/3*y <= 300,
8/60*x +15/60*y <= 100 ]
);
50*x+80*y ==> max,[
x + 1.5*y +s1 = 900,
1/2*x + 1/3*y +s2 = 300,
8/60*x +15/60*y +s3= 100
Die Lösung muss auf einer Ecke liegen, wo zwei Schlupfvariablen 0 sind und es gibt nur eine Ecke die das LGS erfüllt s2=s3=0
⎩⎪⎪⎪⎪⎨⎪⎪⎪⎪⎧(10.50.131.50.330.25100010001)⋅⎝⎜⎜⎜⎜⎛517.24124.14196.5500⎠⎟⎟⎟⎟⎞=(900300100),35793.1⎭⎪⎪⎪⎪⎬⎪⎪⎪⎪⎫
Runden
⎩⎪⎪⎪⎪⎨⎪⎪⎪⎪⎧(10.50.131.50.330.25100010001)⋅⎝⎜⎜⎜⎜⎛5171241970.170.07⎠⎟⎟⎟⎟⎞=(900300100),35770⎭⎪⎪⎪⎪⎬⎪⎪⎪⎪⎫
Es bleiben 197h von 900 h , von 0.17h von 300 , 0,07h von 100h ungenutzt.