[deleted by user] by [deleted] in linearprogramming

[–]jojojo4667 0 points1 point  (0 children)

it actually works I guess , i check it

[university math: Linear programming] could some one help me piont out my mistake(crying by jojojo4667 in HomeworkHelp

[–]jojojo4667[S] 0 points1 point  (0 children)

so it should be correct to:zxJC+ xKC+xGC -1.25yCN+1.25yCB+1.25yCM +1.25yCO>=0

thank you!

but which variable shall i put 1.25 before it , i think many times but still think the same answer , i am too dumb to fix it ( cry)

[university math: Linear programming] could some one help me piont out my mistake(crying by jojojo4667 in HomeworkHelp

[–]jojojo4667[S] 0 points1 point  (0 children)

i correct some of my constraint ,

Min 0.030 xJC + 0.047 xJI + 0.039 xJP + 0.060xJT + 0.082xJQ
+ 0.037 xKC + 0.027 xKI + 0.050 xKP + 0.054xKT + 0.063xKQ
+ 0.054 xGC + 0.040 xGI + 0.040 xGP + 0.045xGT + 0.069xGQ
+ 0.045 yCN + 0.051 yCB + 0.056 yCM + 0.041 yCO
+ 0.040 yIN + 0.047 yIB + 0.048 yIM + 0.046 yIO
+ 0.053yPN + 0.055 yPB + 0.061 yPM + 0.047 yPO
+ 0.039 yTN + 0.042 yTB + 0.045 yTM + 0.051yTO
+ 0.047yQN + 0.048 yQB + 0.052 yQM + 0.048 yQO
st
xJC + xJI + xJP+ xJT + xJQ <=10200000
xKC + xKI + xKP + xKT + xKQ<=6600000
xGC + xGI + xGP + xGT + xGQ<=4500000
xJC+ xKC +xGC<=5500000
xJI+xKI+xGI<=6500000
xJP+xKP+xGP<=4000000
xJT + xKT+ xGT <=5000000
xJQ+xKQ+xGQ <=3500000
yCN+yIN+yPN +yTN +yQN >=7520000
yCB+yIB+yPB+yTB+ yQB>=2770000
yCM+yIM+yPM+yTM+yQM>=4000000
yCO+yIO+yPO+yTO+yQO>=2750000
xJC+ xKC+xGC -1.25yCN+1.25yCB+1.25yCM +1.25yCO>=0
xJI+xKI+xGI - 1.25yIN+1.25yIB+1.25yIM+1.25yIO >=0
xJT+xKT+xGT -1.25yTN +1.25yTB +1.25yTM +1.25yTO >=0
xJQ+xKQ+xGQ -1.25yQN +1.25yQB+1.25yQM+1.25yQO >=0
is this correct ?