Package jline.api.mapqn
Class Mapqn_solution
java.lang.Object
jline.api.mapqn.Mapqn_solution
Solution returned by Mapqn LP solvers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetQueueLength(int i, int k) Get queue length for queue i, phase k (1-based indices).doublegetQueueLengthMVA(int i, int k) doublegetUtilization(int i) Get utilization for queue i (1-based), aggregated over phases, as written by the QR bound models.doublegetUtilization(int i, int k) doublegetUtilizationMVA(int i, int k) Get utilization from the MVA-version model, which uses theUN_i_knaming convention (seeMapqn_bnd_lr_mva).doublegetVariable(String name)
-
Constructor Details
-
Mapqn_solution
-
-
Method Details
-
getObjectiveValue
public double getObjectiveValue() -
getVariables
-
getVariable
-
getUtilization
public double getUtilization(int i) Get utilization for queue i (1-based), aggregated over phases, as written by the QR bound models. The phase-indexed overload below is the LR form. -
getUtilization
public double getUtilization(int i, int k) -
getQueueLength
public double getQueueLength(int i, int k) Get queue length for queue i, phase k (1-based indices). Reads theQ_i_kvariable populated by the LR bound model. -
getUtilizationMVA
public double getUtilizationMVA(int i, int k) Get utilization from the MVA-version model, which uses theUN_i_knaming convention (seeMapqn_bnd_lr_mva). -
getQueueLengthMVA
public double getQueueLengthMVA(int i, int k)
-