Class Solver_mam_mmck_exact

java.lang.Object
jline.solvers.mam.analyzers.Solver_mam_mmck_exact

public final class Solver_mam_mmck_exact extends Object
Exact fast-path for the finite-capacity M/M/c/K queue: a Source-Queue(-Sink) model whose station has a finite total capacity, Poisson arrivals and a shared exponential service rate. The decomposition methods ignore the finite capacity entirely (returning the unstable/unconstrained answer), while the truncated Erlang closed form is exact. Mirrors the MATLAB mam_detect_mmck/qsys_mmck dispatch (solver_mam.m) and the python-native MAM finite-capacity branch.
  • Method Details

    • solver_mam_mmck_exact

      public static MAMResult solver_mam_mmck_exact(NetworkStruct sn)
      Returns:
      an exact MAMResult, or null when the model is not M/M/c/K