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:
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:
and 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!