Package jline.api.mapqn
Object Mapqn_qr_bounds_bas
-
- All Implemented Interfaces:
public class Mapqn_qr_bounds_basImplementation of qrboundsbas_skel.mod linear program QR Bounds with Blocking After Service (BAS)
-
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_qr_bounds_basINSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solutionsolve(Mapqn_qr_bounds_bas_parameters params, Integer objectiveQueue, Integer objectivePhase)Create and solve the linear program for QR Bounds BAS model -
-
Method Detail
-
solve
final Mapqn_solution solve(Mapqn_qr_bounds_bas_parameters params, Integer objectiveQueue, Integer objectivePhase)
Create and solve the linear program for QR Bounds BAS 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
-
-
-
-