public final class LossDelayApprox.LDResults extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
classSL
Array of size of number of call type, it contains the service level
of each call type.
|
double |
globalSL
The global service level (SL).
|
boolean |
isFeasible
Contains
true if the problem is feasible, ie: the staffing
satisfies the global and per call type minimum service level constraints. |
int |
mostNonConvergent
If convergence failed (reached the maximum number of iterations),
it contains the station (agent group) with the highest absolute error.
|
double[][] |
served
Contains the number of calls served by each agent group (skill group)
for each call type.
|
int |
unstable
Contains the unstable station (agent group) if this value is
<SPAN CLASS="MATH">></SPAN> -1 . |
Constructor and Description |
---|
LossDelayApprox.LDResults(double globalSL,
double[] classSL,
boolean isFeasible,
double[][] served,
int unstable,
int mostNonConvergent) |
public final double globalSL
public final double[] classSL
public final boolean isFeasible
true
if the problem is feasible, ie: the staffing
satisfies the global and per call type minimum service level constraints.public final double[][] served
public final int unstable
<SPAN CLASS="MATH">></SPAN> -1
.public final int mostNonConvergent
-1
.