Package jline.solvers.nc.analyzers
Class Solver_nc_dt_analyzer.DtModel
java.lang.Object
jline.solvers.nc.analyzers.Solver_nc_dt_analyzer.DtModel
- Enclosing class:
- Solver_nc_dt_analyzer
Classification of a model against the discrete-time product form.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleOffered arrival probability (bernoulli1).intBuffer capacity,Integer.MAX_VALUEwhen unbounded.One of "bernoulli1", "cycle" or "none".int[]Station indices in cycle order (cycle).intTotal closed population (cycle).Why the model is not admissible, when kind is "none".double[][]Service probabilities p_j(n), indexed [cycle position][n-1].double[]Service probabilities p(n), n = 1..L (bernoulli1).intSource station index (bernoulli1).intQueueing station index (bernoulli1). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kind
One of "bernoulli1", "cycle" or "none". -
reason
Why the model is not admissible, when kind is "none". -
station
public int stationQueueing station index (bernoulli1). -
source
public int sourceSource station index (bernoulli1). -
arrivalProb
public double arrivalProbOffered arrival probability (bernoulli1). -
serviceProbSingle
public double[] serviceProbSingleService probabilities p(n), n = 1..L (bernoulli1). -
capacity
public int capacityBuffer capacity,Integer.MAX_VALUEwhen unbounded. -
order
public int[] orderStation indices in cycle order (cycle). -
serviceProb
public double[][] serviceProbService probabilities p_j(n), indexed [cycle position][n-1]. -
population
public int populationTotal closed population (cycle).
-
-
Constructor Details
-
DtModel
public DtModel()
-