Class MomSolver

  • All Implemented Interfaces:

    
    public final class MomSolver
    
                        

    Method of Moments (MOM) solver for queueing network analysis

    This solver implements the MOM algorithm for computing performance measures of closed queueing networks with multiple classes and servers.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MomSolver()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final MomSolverResult solve(RealMatrix L, IntArray N, DoubleArray Z) Solve a queueing network using the Method of Moments
      • Methods inherited from class java.lang.Object

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

      • MomSolver

        MomSolver()
    • Method Detail

      • solve

         final MomSolverResult solve(RealMatrix L, IntArray N, DoubleArray Z)

        Solve a queueing network using the Method of Moments

        Parameters:
        L - Service rate matrix (M×R) where M is number of servers, R is number of classes
        N - Population vector (1×R) - number of customers per class
        Z - Think time vector (1×R) - think time per class
        Returns:

        MomSolverResult containing throughput (X), queue lengths (Q), and normalizing constants (G)