Open mnips opened 5 years ago
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.
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)