question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Felix Möhlmann answered

Best way to create parameters for this schedule?

Hi Team,

I am working on schedule optimization problem where there are 10 flavors and each flavor is having 10 variants. There is a changeover time associated when there is a switch from one variant to other variant or one flavor to another flavor. We have the changeover matrix to find the changeover time as below:

1721717312910.png

I would like to use the optimizer in this problem. As far as I know that we can use a sequence type parameter with length of 100 (10*10) as below:

1721717636728.pngand let the optimizer decide the best sequence but I don't think that it is the best way to use optimizer.

I would like to know if there are some alternate ways to create the parameter and use the optimizer.

Thank you!

FlexSim 23.1.2
optimizerscheduleparameter
1721717312910.png (41.2 KiB)
1721717636728.png (8.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered

How do the changeober items work when both the variant and the flavour change. Do they add up? If so then it likely doesn't make sense to ever change both at the same time. Since a flavour change takes more time across the board than a variant change, you'd change to a new flavour, run all variants within that flavour and then change the flavour again.

This means you'd only need a sequence of flavours and a sequence of variants within each flavour. At 'only' 10! permuations each, you can find the the best sequence for each numerically in very little time.

If only the larger time is counted when both are changed, only changing flavour when absolutely necessary still holds true. But you could change the variant at the same time without time loss, potentially allowing for a more optimal variant sequence with the next flavour.

· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.