Class Solver_mam_rcatKt

    • 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 MAMResult solver_mam_rcat(NetworkStruct sn, SolverOptions options) RCAT-based solver for SolverMAM.
      • Methods inherited from class java.lang.Object

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

    • 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)