Class Solver_mam_ldqbd_statevec

java.lang.Object
jline.solvers.mam.handlers.Solver_mam_ldqbd_statevec

public final class Solver_mam_ldqbd_statevec extends Object
LD-QBD block exposure, flattening and metric mapping for the SolverENV state-vector analyzer's MAM backend.

Mirrors matlab/src/solvers/MAM/solver_mam_ldqbd.m (block construction and the ld struct), solver_mam_ldqbd_flatten.m and solver_mam_ldqbd_avg.m. Handles single-class Delay+Queue (closed) or Source+Queue (open) models, with exact M/M/c boundary, PH service, and load-dependent scaling. The open regime truncates the level space (options.cutoff or a negligible-tail bound).

The existing steady-state Solver_mam_ldqbd closed-path solver is left untouched; this class provides only the block/flatten/avg pieces the state-vector analyzer needs.