Package jline.api.mapqn
Object Mapqn_qr_bounds_rsrd
-
- All Implemented Interfaces:
public class Mapqn_qr_bounds_rsrdImplementation of qrf_rsrd.m linear program QR Bounds with Repetitive-Service Random-Destination (RSRD)
-
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_qr_bounds_rsrdINSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solutionsolve(Mapqn_qr_bounds_rsrd_parameters params, Integer objectiveQueue, String sense)Create and solve the linear program for QR Bounds RSRD model final Mapqn_solutionsolve(Mapqn_qr_bounds_rsrd_parameters params, Integer objectiveQueue)Create and solve the linear program for QR Bounds RSRD model -
-
Method Detail
-
solve
@JvmOverloads() final Mapqn_solution solve(Mapqn_qr_bounds_rsrd_parameters params, Integer objectiveQueue, String sense)
Create and solve the linear program for QR Bounds RSRD model
- Parameters:
params- Model parametersobjectiveQueue- Queue index to optimize utilization (1-based)sense- Optimization sense: "min" or "max"- Returns:
Solution containing the optimal value and variable values
-
solve
@JvmOverloads() final Mapqn_solution solve(Mapqn_qr_bounds_rsrd_parameters params, Integer objectiveQueue)
Create and solve the linear program for QR Bounds RSRD model
- Parameters:
params- Model parametersobjectiveQueue- Queue index to optimize utilization (1-based)- Returns:
Solution containing the optimal value and variable values
-
-
-
-