Package jline.api.mapqn
Object Mapqn_bnd_lr_pf
-
- All Implemented Interfaces:
public class Mapqn_bnd_lr_pf
Implementation of bnd_linearreduction_pf.mod linear program This is the Product Form version without phases
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Mapqn_bnd_lr_pf.PFParameters
Parameters for the Product Form linear reduction model
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_bnd_lr_pf
INSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solution
solve(Mapqn_bnd_lr_pf.PFParameters params, Integer objectiveQueue)
Create and solve the linear program for bnd_linearreduction_pf model -
-
Method Detail
-
solve
final Mapqn_solution solve(Mapqn_bnd_lr_pf.PFParameters params, Integer objectiveQueue)
Create and solve the linear program for bnd_linearreduction_pf model
- Parameters:
params
- Model parametersobjectiveQueue
- Queue index to minimize utilization (1-based), default is 1- Returns:
Solution containing the optimal value and variable values
-
-
-
-