Ciw icon indicating copy to clipboard operation
Ciw copied to clipboard

Change over time

Open mnips opened this issue 6 years ago • 1 comments

Is there a way, we can implement change over time (probably a matrix)? For eg, after serving a certain class of customers, the server/node gets another class and needs sometime (change over time) to get ready to serve the other class. (mostly relevant in manufacturing, when certain machine requires changeover to make a different kind of product from what it was initially producing)

mnips avatar Feb 20 '19 13:02 mnips

Hi @mnips this is an interesting problem.

I can't immediately see a solution.

A messy solution might be to have way of introducing 'dummy' customers between each pair of arriving customers? They could have fixed service time (the change over time) for their class, but their class is determined by which customer classes immediately preceded and succeeded them.

geraintpalmer avatar Feb 25 '19 12:02 geraintpalmer