Class Npfqn_sqd

java.lang.Object
jline.api.npfqn.Npfqn_sqd

public final class Npfqn_sqd extends Object
  • Method Details

    • npfqn_sqd

      public static Ret.pfqnMVA npfqn_sqd(NetworkStruct sn)
      Solve a BAS closed network from its NetworkStruct using the default population sn.nclosedjobs and default tuning (calibration mode 0, server blocking time on, downstream neighbor mode, compound V1 policy).
    • npfqn_sqd

      public static Ret.pfqnMVA npfqn_sqd(NetworkStruct sn, int N)
      Solve a BAS closed network from its NetworkStruct for a given total population N.
    • npfqn_sqd

      public static Ret.pfqnMVA npfqn_sqd(NetworkStruct sn, int N, int calibrationMode, boolean serverBlockingTime, Npfqn_sqd.NeighborMode neighborMode, Npfqn_sqd.V1Policy v1Policy, double[] initialV1)
      Solve a BAS closed network from its NetworkStruct.
      Parameters:
      sn - the chain-aggregated network structure
      N - total closed-class population
      calibrationMode - 0 = base (beta=K, gamma=1), 1 = fixed heuristic, 2 = blocking-aware (beta,gamma) calibration
      serverBlockingTime - if true, add a manufacturing-blocking term to server time
      neighborMode - downstream-routed vs own-server blocking aggregation
      v1Policy - compound vs fresh load-dependent rate-scale update
      initialV1 - optional per-station initial V1 (null = INITIAL_V1)
      Returns:
      per-station throughput X, queue length Q, utilization U, residence time R