Package jline.solvers.mva.analyzers
Class Solver_mva_marie_analyzer
java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_marie_analyzer
Marie's iterative aggregation-decomposition (Marie 1979/1980) for closed
networks with FCFS non-exponential (Coxian) service, wired as SolverMVA
method 'marie'. Infinite-server stations fold into per-chain think time;
Pfqn_marie is applied to the queueing stations, where only FCFS is service-
sensitive (its SCV is used) while insensitive product-form disciplines
(PS, LCFSPR) are forced to exponential.
Single chain: aggregate is the exact load-dependent product-form solve, so
exponential service is exact. Multiple chains use the multiclass QD-AMVA with
class-dependent scaling (Pfqn_marie.pfqn_marie_multi); single-server
queueing stations only.
Ported from matlab/src/solvers/MVA/solver_mva_marie_analyzer.m.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MVAResultsolver_mva_marie_analyzer(NetworkStruct sn, SolverOptions options)
-
Method Details
-
solver_mva_marie_analyzer
-