queuing-theory topic
List
queuing-theory repositories
Operations-Research
22
Stars
6
Forks
Watchers
MATLAB implementation of all the Operations Research algorithms and problems solved by me.
M-M-1-Queue-Simulator
17
Stars
3
Forks
Watchers
An M/M/1/K queue Python3 simulator that compares the simulation results against the analytics results. The queue have limited capacity K and processes may be blocked (if queue is full) or leave queue...