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, int k) Get utilization for queue i, phase k (1-based indices).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, int k) Get utilization for queue i, phase k (1-based indices). Reads theU_i_kvariable populated by the linear-reduction (LR) bound model, with ane_i_kfallback for solvers that use that naming convention. -
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)
-