I need help creating a model that can solve the problem below.
i01 <= 30;
i02 <= 25;
a01 = 10;
a02 = 12;
a03 = 23;
The result should be:
i01 i02
a01 10 0
a02 12 0
a03 8 15
Is that possible?
I need help creating a model that can solve the problem below.
i01 <= 30;
i02 <= 25;
a01 = 10;
a02 = 12;
a03 = 23;
The result should be:
i01 i02
a01 10 0
a02 12 0
a03 8 15
Is that possible?