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
See also: qncmmva,qncmpopmix.
Package: queueing