Package jline.api.mapqn
Object Mapqn_bnd_lr
-
- All Implemented Interfaces:
public class Mapqn_bnd_lrImplementation of bnd_linearreduction_new.mod linear program
-
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_bnd_lrINSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solutionsolve(LinearReductionParameters params, Integer objectiveQueue, Integer objectivePhase)Create and solve the linear program for bnd_linearreduction_new model -
-
Method Detail
-
solve
final Mapqn_solution solve(LinearReductionParameters params, Integer objectiveQueue, Integer objectivePhase)
Create and solve the linear program for bnd_linearreduction_new model
- Parameters:
params- Model parametersobjectiveQueue- Queue index to maximize utilization (1-based)objectivePhase- Phase index to maximize utilization (1-based)- Returns:
Solution containing the optimal value and variable values
-
-
-
-