Package jline.solvers.nc.analyzers
Class Solver_nc_sdr_analyzer
java.lang.Object
jline.solvers.nc.analyzers.Solver_nc_sdr_analyzer
Exact product-form analysis of a closed multiclass network with the
state-dependent routing of Krzesinski (1987), "Multiclass Queueing Networks
with State-Dependent Routing", Performance Evaluation 7(2):125-143.
The joint distribution is eq. (16); the coefficients xi are those of Section 3.2, obtained from the state-independent part of the routing matrix.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NCResultsolver_nc_sdr_analyzer(NetworkStruct sn, SolverOptions options) Analyzes a network whose entry center routes by state-dependent routing.
-
Constructor Details
-
Solver_nc_sdr_analyzer
public Solver_nc_sdr_analyzer()
-
-
Method Details
-
solver_nc_sdr_analyzer
Analyzes a network whose entry center routes by state-dependent routing.- Parameters:
sn- the network structure, carrying a non-null sdroptions- solver options- Returns:
- the mean performance measures and the log normalizing constant
-