Class Solver_mva_sjn_analyzer

java.lang.Object
jline.solvers.mva.analyzers.Solver_mva_sjn_analyzer

public final class Solver_mva_sjn_analyzer extends Object
Closed networks with non-preemptive shortest-job-next (SJF) stations, wired as a SolverMVA dispatch path. The station is modelled by the conditional waiting time equation of K. Kant, "MVA approximations for SJN scheduling", Performance Evaluation 15(1):41-61, 1992, evaluated either over the full population lattice (Pfqn_mvasjn) or through its Schweitzer fixed point (Pfqn_amvasjn).

The lattice costs prod(N+1) steps, so 'default' switches to the fixed point once the lattice exceeds the configured limit. Ask for 'exact' or 'mva' to force the lattice, 'amva' to force the fixed point.

Ported from matlab/src/solvers/MVA/solver_mva_sjn_analyzer.m.