Class Solver_nc_dt_analyzer.DtModel

java.lang.Object
jline.solvers.nc.analyzers.Solver_nc_dt_analyzer.DtModel
Enclosing class:
Solver_nc_dt_analyzer

public static final class Solver_nc_dt_analyzer.DtModel extends Object
Classification of a model against the discrete-time product form.
  • Field Details

    • kind

      public String kind
      One of "bernoulli1", "cycle" or "none".
    • reason

      public String reason
      Why the model is not admissible, when kind is "none".
    • station

      public int station
      Queueing station index (bernoulli1).
    • source

      public int source
      Source station index (bernoulli1).
    • arrivalProb

      public double arrivalProb
      Offered arrival probability (bernoulli1).
    • serviceProbSingle

      public double[] serviceProbSingle
      Service probabilities p(n), n = 1..L (bernoulli1).
    • capacity

      public int capacity
      Buffer capacity, Integer.MAX_VALUE when unbounded.
    • order

      public int[] order
      Station indices in cycle order (cycle).
    • serviceProb

      public double[][] serviceProb
      Service probabilities p_j(n), indexed [cycle position][n-1].
    • population

      public int population
      Total closed population (cycle).
  • Constructor Details

    • DtModel

      public DtModel()