LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
Non-Product-Form Networks

Approximations for non-BCMP queueing networks.

The npfqn module provides approximation methods for non-product-form queueing networks that do not satisfy BCMP conditions.

Key Functions

npfqn_nonexp_approx

Description: handler for non-exponential service and arrival processes

Syntax:

[ST, gamma, nservers, rho, scva, scvs, eta] = npfqn_nonexp_approx(method, sn, ST, V, SCV, T, U, gamma, nservers)

Parameters:

NameDescription
methodSolution method or algorithm name
snStochastic network structure
STService time matrix
VVisit ratios
SCVSquared coefficient of variation
TService time or transition matrix
UUtilization values
gammaItem popularity probabilities
nserversNumber of servers

Returns:

NameDescription
STService time values
gammaItem popularity or rate parameters
nserversNumber of servers
rhoTraffic intensity or utilization
scvaSCV of interarrival times
scvsSCV of service times
etaAdjustment factors

npfqn_traffic_merge_cs

Description: Given a cell array of n MMAPs with arrivals of R classes, produces a new

Syntax:

npfqn_traffic_merge_cs(...)

npfqn_traffic_merge

Description: Given a cell array of n MMAPs with arrivals of R classes, produces a new

Syntax:

npfqn_traffic_merge(...)

npfqn_traffic_split_cs

Description: Given a MMAP, produces a new array after split and class switching

Syntax:

npfqn_traffic_split_cs(...)