Class Solver_mam_ldqbdKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MAMResult solver_mam_ldqbd(NetworkStruct sn, SolverOptions options) Solver for single-class closed queueing networks using Level-Dependent QBD.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.)