Package jline.solvers.mam.analyzers
Class Solver_mam_mmck_exact
java.lang.Object
jline.solvers.mam.analyzers.Solver_mam_mmck_exact
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 Summary
-
Method Details
-
solver_mam_mmck_exact
- Returns:
- an exact MAMResult, or null when the model is not M/M/c/K
-