Class Solver_mva_polling_analyzerKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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