liuerwu
Junior Member level 3
Given a1,a2,a3,b1,b2,b3,Ca,Cb, Let:
A1=min(Ka.Ca, a1), A2=min(Ka.Ca, a2), A3=min(Ka.Ca, a3),
B1=min(Kb.Cb, b1), A2=min(Kb.Cb, b2), A3=min(Kb.Cb, b3),
If:
Ca - A1 >= B1+B2+B3, and
Cb - B1 >= A1+A2+A3
then how to choose Ka, Kb, to maximize: A1+A2+A3+B1+B2+B3
note: Ka and Kb must in the range [0, 1].
Thanks for all possible hints or solutions.
Br
A1=min(Ka.Ca, a1), A2=min(Ka.Ca, a2), A3=min(Ka.Ca, a3),
B1=min(Kb.Cb, b1), A2=min(Kb.Cb, b2), A3=min(Kb.Cb, b3),
If:
Ca - A1 >= B1+B2+B3, and
Cb - B1 >= A1+A2+A3
then how to choose Ka, Kb, to maximize: A1+A2+A3+B1+B2+B3
note: Ka and Kb must in the range [0, 1].
Thanks for all possible hints or solutions.
Br