Package jline.api.sn

Class SnIsMm1kLoss

java.lang.Object
jline.api.sn.SnIsMm1kLoss

public final class SnIsMm1kLoss extends Object
The single-station M/M/1/K loss system.

Port of matlab/src/api/sn/sn_is_mm1k_loss.m. True for a single-class open Source-Queue-Sink system whose queue is a single-server exponential M/M/1/K with tail drop (DropStrategy.DROP). This is the exact regime of the closed-form loss scripts qsys_mm1k_loss (probability-based, SolverNC) and qsys_mg1k_loss_mgs (moment-based, SolverMVA), and the one truncated shape that keeps a product form over its single station, hence the exemption in SnHasBlocking.

  • Method Details

    • snIsMm1kLoss

      public static boolean snIsMm1kLoss(NetworkStruct sn)
      Parameters:
      sn - network structure
      Returns:
      true if the model is a single-station M/M/1/K with tail drop