Package jline.api.mapqn
Class Mapqn_bnd_lr_pf
java.lang.Object
jline.api.mapqn.Mapqn_bnd_lr_pf
Implementation of bnd_linearreduction_pf.mod linear program
This is the Product Form version without phases
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParameters for the Product Form linear reduction model -
Method Summary
Modifier and TypeMethodDescriptionstatic Mapqn_solutionsolve(Mapqn_bnd_lr_pf.PFParameters params) static Mapqn_solutionsolve(Mapqn_bnd_lr_pf.PFParameters params, int objectiveQueue) static Mapqn_solutionsolve(Mapqn_bnd_lr_pf.PFParameters params, int objectiveQueue, String sense) Solve the product-form linear-reduction LP, optimizing the utilization of the given queue.
-
Method Details
-
solve
-
solve
-
solve
public static Mapqn_solution solve(Mapqn_bnd_lr_pf.PFParameters params, int objectiveQueue, String sense) Solve the product-form linear-reduction LP, optimizing the utilization of the given queue. sense="min" yields the classical LR lower bound, sense="max" the matching upper bound; both are valid bounds because the LP relaxation contains the exact solution.- Parameters:
params- product-form model parametersobjectiveQueue- 1-based queue index to optimizesense- "min" or "max"- Returns:
- LP solution with objective value and variable values
-