Class Solver_mva_qsys_analyzer

java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_qsys_analyzer

public final class Solver_mva_qsys_analyzer extends Object
  • Method Details

    • solver_mva_qsys_analyzer

      public static MVAResult solver_mva_qsys_analyzer(NetworkStruct sn, SolverOptions options)
      MVA Query System analyzer
    • solver_mva_qsys_prio_analyzer

      public static MVAResult solver_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.
    • solver_mva_qsys_dps_analyzer

      public static MVAResult solver_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). 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).