Package jline.solvers.mva.handlers
Class Solver_sqd
java.lang.Object
jline.solvers.mva.handlers.Solver_sqd
Handler for the Blocking-After-Service (BAS) approximate MVA method.
Wraps the Npfqn_sqd.npfqn_sqd(NetworkStruct, int) chain-aggregated
approximation: solves the single closed chain, then disaggregates the chain-level
throughput, queue length and utilization back to per-class results via
SnDeaggregateChainResults. Supports single-chain closed networks (one or
more classes connected by class switching); multi-chain models warn and return empty, since
the BAS approximation models a single circulating population.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MVAResultsolver_sqd(NetworkStruct sn, SolverOptions options)
-
Method Details
-
solver_sqd
-