Package jline.solvers.mam.handlers
Class Solver_mam_rcatKt
-
- All Implemented Interfaces:
public final class Solver_mam_rcatKt
-
-
Method Summary
Modifier and Type Method Description final static MAMResultsolver_mam_rcat(NetworkStruct sn, SolverOptions options)RCAT-based solver for SolverMAM. -
-
Method Detail
-
solver_mam_rcat
final static MAMResult solver_mam_rcat(NetworkStruct sn, SolverOptions options)
RCAT-based solver for SolverMAM.
Uses RCAT (Reversed Compound Agent Theorem) to find product-form solutions for queueing networks.
Methods: 'inap' - Iterative Numerical Approximation Procedure (default, fast) 'inapplus' - Improved INAP with weighted rates (no normalization) 'exact' - Optimization-based search using autocat (not yet available)
-
-
-
-