Package jline.solvers.mam.handlers
Class Solver_mam_ldqbd
java.lang.Object
jline.solvers.mam.handlers.Solver_mam_ldqbd
Solver for single-class closed queueing networks using Level-Dependent QBD.
Uses Level-Dependent Quasi-Birth-Death (LD-QBD) process to compute
exact performance metrics for single-class closed queueing networks
consisting of a Delay (infinite server) and a Queue (FCFS).
The LD-QBD approach models the system where:
- Level n = number of jobs at the queue (0 <= n <= N)
- Jobs at delay = N - n
- Transition rates depend on the current level
Supports PH-type service distributions (Exp, Erlang, HyperExp, etc.)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MAMResultsolver_mam_ldqbd(NetworkStruct sn, SolverOptions options)
-
Method Details
-
solver_mam_ldqbd
-