qnomaba
Compute Asymptotic Bounds for open, multiclass networks with service centers and customer classes.
INPUTS
lambda(c)
class arrival rate to the system (vector of length
, lambda(c) > 0
).
D(c, k)
class service demand at center (
matrix, D(c, k) ≥ 0
).
S(c, k)
mean service time of class requests at center
( matrix, S(c, k) ≥ 0
).
V(c, k)
mean number of visits of class requests at center
( matrix, V(c, k) ≥ 0
).
OUTPUTS
Xl(c)
Xu(c)
lower and upper bounds of class throughput.
Xl(c)
is always since there can be no lower
bound on the throughput of open networks (vector of length
).
Rl(c)
Ru(c)
lower and upper bounds of class response time.
Ru(c)
is always +inf
since there can be no
upper bound on the response time of open networks (vector of length
).