Package jline.solvers.mam.handlers
Class Solver_mam_ldqbdKt
-
- All Implemented Interfaces:
public final class Solver_mam_ldqbdKt
-
-
Method Summary
Modifier and Type Method Description final static MAMResultsolver_mam_ldqbd(NetworkStruct sn, SolverOptions options)Solver for single-class closed queueing networks using Level-Dependent QBD. -
-
Method Detail
-
solver_mam_ldqbd
final static MAMResult solver_mam_ldqbd(NetworkStruct sn, SolverOptions options)
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.)
-
-
-
-