Package jline.lib.mom.solver
Class MomSolver
-
- All Implemented Interfaces:
public final class MomSolverMethod 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.
-
-
Constructor Summary
Constructors Constructor Description MomSolver()
-
Method Summary
Modifier and Type Method Description final MomSolverResultsolve(RealMatrix L, IntArray N, DoubleArray Z)Solve a queueing network using the Method of Moments -
-
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 classesN- Population vector (1×R) - number of customers per classZ- Think time vector (1×R) - think time per class- Returns:
MomSolverResult containing throughput (X), queue lengths (Q), and normalizing constants (G)
-
-
-
-