Package jline.solvers.mva.analyzers
Class Solver_mva_polling_analyzerKt
-
- All Implemented Interfaces:
public final class Solver_mva_polling_analyzerKt
-
-
Method Summary
Modifier and Type Method Description final static MVAResult
solver_mva_polling_analyzer(NetworkStruct sn, SolverOptions options)
MVA Polling System analyzerAnalyzes polling systems with different service disciplines: EXHAUSTIVE: Server serves all customers until queue is empty
GATED: Server serves only customers present when visit starts
KLIMITED: Server serves at most K customers per visit
-
-
Method Detail
-
solver_mva_polling_analyzer
final static MVAResult solver_mva_polling_analyzer(NetworkStruct sn, SolverOptions options)
MVA Polling System analyzer
Analyzes polling systems with different service disciplines:
EXHAUSTIVE: Server serves all customers until queue is empty
GATED: Server serves only customers present when visit starts
KLIMITED: Server serves at most K customers per visit
-
-
-