Function File: H = qncmnpop (N)

Given a network with C customer classes, this function computes the number of k-mixes H(r,k) that can be constructed by the multiclass MVA algorithm by allocating k customers to the first r classes. See ‘doc-qncmpopmix’ for the definition of k-mix.

INPUTS

N(c)

number of class-c requests in the system. The total number of requests in the network is sum(N).

OUTPUTS

H(r,k)

is the number of k mixes that can be constructed allocating k customers to the first r classes.

REFERENCES

  • Zahorjan, J. and Wong, E. The solution of separable queueing network models using mean value analysis. SIGMETRICS Perform. Eval. Rev. 10, 3 (Sep. 1981), 80-85. DOI 10.1145/1010629.805477

See also: qncmmva,qncmpopmix.

Package: queueing