Discrete Mathematics & Graph Theory
Calculate performance metrics for queueing systems including utilization, average queue length, waiting times, and system probabilities.
Explore different queueing scenarios with realistic parameters
A bank with one teller serving customers
Model: MM1
λ: 10
μ: 12
A call center with 3 operators handling calls
Model: MMC
λ: 25
μ: 10
c: 3
A restaurant with 2 servers and capacity for 20 customers
Model: MMCK
λ: 15
μ: 8
c: 2
K: 20
Repair facility with 1 technician serving 10 machines
Model: MMCN
λ: 0.5
μ: 2
c: 1
N: 10