Package jline.api.mapqn
Object Mapqn_bnd_lr_mva
-
- All Implemented Interfaces:
public class Mapqn_bnd_lr_mva
Implementation of bnd_mvaversion.mod linear program
-
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_bnd_lr_mva
INSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solution
solve(MVAVersionParameters params, Integer objectiveQueue, Integer objectiveLevel)
Create and solve the linear program for bnd_mvaversion model -
-
Method Detail
-
solve
final Mapqn_solution solve(MVAVersionParameters params, Integer objectiveQueue, Integer objectiveLevel)
Create and solve the linear program for bnd_mvaversion model
- Parameters:
params
- Model parametersobjectiveQueue
- Queue index to maximize utilization (1-based)objectiveLevel
- Level index to maximize utilization (1-based)- Returns:
Solution containing the optimal value and variable values
-
-
-
-