Here is the question I have. I'm not even sure how to go about starting to figure this out, so I could really use some help.
I have x number of variants. Let's say 5 variants for this example.
Variant1 = RED, Required Quantity = 100
Variant2 = BLUE, Required Quantity = 225
Variant3 = GREEN, Required Quantity = 410
Variant4 = ORANGE, Required Quantity = 177
Variant5 = YELLOW, Required Quantity = 91
I need to allocate these variants onto plates (blank sheets) in order to produce a minimum of the required quantities with the least amount of waste.
The one CONSTANT is that I have 30 UPS (or empty spaces) on each Plate (Sheet).
"Think of it like those blank sticker sheets you print on, that are maybe 10 rows of 3 (total 30 blank stickers), and I need to print stickers to get the required quantities (I.E: 100 RED, 225 BLUE, etc...)"
I CANNOT leave any blank stickers. And my goal is to have the minimum amount of extras (waste) per quantity. Meaning: If I end up printing 110 RED stickers, then I have 10 RED waste (since I only needed 100 RED).
I can put one variant on each separate plate (sheet) and RUN them the min required amount of times to meet my required quantities.
EXAMPLE: I can put 30 RED stickers (the whole sheet), and run it 4 times. That will give me 120 RED. But since I only need 100, now I have 20 RED waste.
So it might be more efficient (less waste), to combine them. Where maybe on the first Sheet I do 23 BLUE and 7 RED and run it 10 times (which gives me 230 BLUE (5 waste), and 70 RED (need 30 more).
And then on the next sheet I can do 23 YELLOW and 7 RED and run it 4 times to give me 92 YELLOW (1 waste) and 28 RED (still need 2 more RED).
etc...
But it seems to me that there are tons of these possible combinations, and I don't know how to determine the most efficient one.
I'm assuming there is some mathematical way of doing this??
Please Help.
I have x number of variants. Let's say 5 variants for this example.
Variant1 = RED, Required Quantity = 100
Variant2 = BLUE, Required Quantity = 225
Variant3 = GREEN, Required Quantity = 410
Variant4 = ORANGE, Required Quantity = 177
Variant5 = YELLOW, Required Quantity = 91
I need to allocate these variants onto plates (blank sheets) in order to produce a minimum of the required quantities with the least amount of waste.
The one CONSTANT is that I have 30 UPS (or empty spaces) on each Plate (Sheet).
"Think of it like those blank sticker sheets you print on, that are maybe 10 rows of 3 (total 30 blank stickers), and I need to print stickers to get the required quantities (I.E: 100 RED, 225 BLUE, etc...)"
I CANNOT leave any blank stickers. And my goal is to have the minimum amount of extras (waste) per quantity. Meaning: If I end up printing 110 RED stickers, then I have 10 RED waste (since I only needed 100 RED).
I can put one variant on each separate plate (sheet) and RUN them the min required amount of times to meet my required quantities.
EXAMPLE: I can put 30 RED stickers (the whole sheet), and run it 4 times. That will give me 120 RED. But since I only need 100, now I have 20 RED waste.
So it might be more efficient (less waste), to combine them. Where maybe on the first Sheet I do 23 BLUE and 7 RED and run it 10 times (which gives me 230 BLUE (5 waste), and 70 RED (need 30 more).
And then on the next sheet I can do 23 YELLOW and 7 RED and run it 4 times to give me 92 YELLOW (1 waste) and 28 RED (still need 2 more RED).
etc...
But it seems to me that there are tons of these possible combinations, and I don't know how to determine the most efficient one.
I'm assuming there is some mathematical way of doing this??
Please Help.