Package jline.api.npfqn
Class Npfqn_bnd_bpt.Result
java.lang.Object
jline.api.npfqn.Npfqn_bnd_bpt.Result
- Enclosing class:
- Npfqn_bnd_bpt
Outcome of one solve.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]Effective arrival rate of each class.intNumber of LP rows.intNumber of LP variables.double[]Per-class utilizationlambda_r/mu_r.double[]Per-station utilization.double[]Thexblock of the LP optimizer, length K.doubleLower bound onsum_r c_r x_r. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
zlb
public double zlbLower bound onsum_r c_r x_r. -
x
public double[] xThexblock of the LP optimizer, length K. -
lambda
public double[] lambdaEffective arrival rate of each class. -
rho
public double[] rhoPer-class utilizationlambda_r/mu_r. -
rhoStation
public double[] rhoStationPer-station utilization. -
nvars
public int nvarsNumber of LP variables. -
nrows
public int nrowsNumber of LP rows.
-
-
Constructor Details
-
Result
public Result()
-