Hi,
I have an optimization problem, that I'm trying to solve in Excel, but it keeps getting too complex (too many columns/iterations), and I hope someone in the forum may be able to give some pointers.
On a given day, at a given timeslot, I have 6 production lines, each with different production capacity, and being able to produce either the same or 6 different products. Production is for direct consumption (=real time) - there is no warehouse.
Due to different constraints, production for all 6 lines will now be limited to 60%.
It is easy to predict the loss in sale - each time demand/sales has surpassed 60% of the capacity of the given line. However - if we were to optimize production lines, and let multiple lines produce the same product, and hence only the least demanded product would stop being produced - how can we limit the loss?
Take this simple example with 3 lines, with a capacity of 100, 50 and 25 respectively, now being limited to 60, 30 and 15 respectively:
[TABLE="width: 700"]
<tbody>[TR]
[TD]Example[/TD]
[TD]Line1Sales[/TD]
[TD]Line2Sales[/TD]
[TD]Line3Sales[/TD]
[TD]SimpleLoss[/TD]
[TD]Optimized loss[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]90[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]90[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]30[/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
in example 1, we would let line 2 produce the same product as line 1 to optimize. In example 2 we would let line 2 product the same product as line 1, and move product2 to line 3
is there a simple way of solving this type of iterative problem solving? (it doesn't always cascade down from line 1)
I appreciate any help you can provide.
Thanks,
Erik
I have an optimization problem, that I'm trying to solve in Excel, but it keeps getting too complex (too many columns/iterations), and I hope someone in the forum may be able to give some pointers.
On a given day, at a given timeslot, I have 6 production lines, each with different production capacity, and being able to produce either the same or 6 different products. Production is for direct consumption (=real time) - there is no warehouse.
Due to different constraints, production for all 6 lines will now be limited to 60%.
It is easy to predict the loss in sale - each time demand/sales has surpassed 60% of the capacity of the given line. However - if we were to optimize production lines, and let multiple lines produce the same product, and hence only the least demanded product would stop being produced - how can we limit the loss?
Take this simple example with 3 lines, with a capacity of 100, 50 and 25 respectively, now being limited to 60, 30 and 15 respectively:
[TABLE="width: 700"]
<tbody>[TR]
[TD]Example[/TD]
[TD]Line1Sales[/TD]
[TD]Line2Sales[/TD]
[TD]Line3Sales[/TD]
[TD]SimpleLoss[/TD]
[TD]Optimized loss[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]90[/TD]
[TD]20[/TD]
[TD]25[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]90[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]30[/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
in example 1, we would let line 2 produce the same product as line 1 to optimize. In example 2 we would let line 2 product the same product as line 1, and move product2 to line 3
is there a simple way of solving this type of iterative problem solving? (it doesn't always cascade down from line 1)
I appreciate any help you can provide.
Thanks,
Erik