Package jline.solvers.mam.analyzers
Class Solver_mam_dt
java.lang.Object
jline.solvers.mam.analyzers.Solver_mam_dt
Discrete-time (slotted) analysis of an open network whose interarrival and
service laws all live on the slot lattice.
A single queueing station is solved EXACTLY by the Q-MAM discrete-time
algorithms, Q_DT_PH_PH_1 when both laws are renewal discrete
phase-type and Q_DT_MAP_MAP_1 when either side is a DMAP. Several
stations are solved by a discrete-time parametric decomposition, which is an
approximation.
Time is measured in slots internally and converted back on exit, so QN and UN are dimensionless, TN is per time unit and RN is in time units.
Convention: late arrival system with delayed access (LAS-DA), matching the Q-MAM discrete-time queues and the LDES slotted engine.
MATLAB twin: solver_mam_dt.m
-
Method Summary
Modifier and TypeMethodDescriptionstatic MAMResultsolver_mam_dt(NetworkStruct sn, SolverOptions options, double slotLength)
-
Method Details
-
solver_mam_dt
-