Class Solver_mapqn

java.lang.Object
jline.solvers.mva.handlers.Solver_mapqn

public final class Solver_mapqn extends Object
SolverMVA method 'amva.mapqn': the horizontal-cut mean value analysis (Mapqn_amva) of a closed multiclass model with one exponential delay station and one FCFS single-server queue whose class-r service is a MAP. mapqnReason(jline.lang.NetworkStruct) is the one structural predicate behind the method: listValidMethods drops the name when it is nonempty, supportsModelMethod reports it, and solver_mapqn(jline.lang.NetworkStruct, jline.solvers.SolverOptions) raises it, so the offered, reported and run answers cannot drift apart. Mirrors matlab/src/solvers/MVA/ mva_mapqn_reason.m and solver_mva_mapqn_analyzer.m.