CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
146 stars 42 forks source link

Priorities per Server #175

Open nicolasochoa opened 4 years ago

nicolasochoa commented 4 years ago

Hello, I am trying to simulate a queue with n servers and 3 class priorities. I would like to decide the priority by each server or even better, assign classes by each server. For instance, server 1 can only get service to class 0, while the other servers get service to any kind of classes. Is that possible in this library?

geraintpalmer commented 2 years ago

Dear @nicolasochoa apologies for the long delay!

I'm not sure if this completely answers your question, but in the latest release there is now the capabilities too add priorities for servers: https://ciw.readthedocs.io/en/latest/Guides/server_priority.html