Package jline.solvers.mva.analyzers
Class Solver_mva_qsys_analyzer
java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_qsys_analyzer
-
Method Summary
Modifier and TypeMethodDescriptionstatic MVAResultsolver_mva_qsys_analyzer(NetworkStruct sn, SolverOptions options) MVA Query System analyzerstatic MVAResultsolver_mva_qsys_dps_analyzer(NetworkStruct sn, SolverOptions options) Numerically exact analyzer for a single open M/M/1-DPS queue: dispatches to the truncated-CTMC DPS solver (Qsys_mm1_dps).static MVAResultsolver_mva_qsys_prio_analyzer(NetworkStruct sn, SolverOptions options) Exact non-preemptive priority (HOL) analyzer for a single open M/G/1 queue with Poisson per-class arrivals: dispatches to the Cobham formula (Qsys_mg1_prio) instead of the AMVA preemptive shadow-server approximation, which underestimates the waiting time of every class.
-
Method Details
-
solver_mva_qsys_analyzer
MVA Query System analyzer -
solver_mva_qsys_prio_analyzer
Exact non-preemptive priority (HOL) analyzer for a single open M/G/1 queue with Poisson per-class arrivals: dispatches to the Cobham formula (Qsys_mg1_prio) instead of the AMVA preemptive shadow-server approximation, which underestimates the waiting time of every class. -
solver_mva_qsys_dps_analyzer
Numerically exact analyzer for a single open M/M/1-DPS queue: dispatches to the truncated-CTMC DPS solver (Qsys_mm1_dps). The AMVA-DPS cross-term correction violates the equal-rate conservation law (the total count must equal the M/M/1 value when all service rates are equal).
-