Package jline.api.mapqn
Object Mapqn_bnd_qr_ld
-
- All Implemented Interfaces:
public class Mapqn_bnd_qr_ld
Implementation of bnd_quadraticreduction_ld.mod linear program This is the load-dependent version of the quadratic reduction model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Mapqn_bnd_qr_ld.QuadraticLDParameters
Parameters for the quadratic reduction load-dependent model
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_bnd_qr_ld
INSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_solution
solve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, Integer objectiveQueue, Integer objectivePhase, Integer objectiveN)
Create and solve the linear program for bnd_quadraticreduction_ld model -
-
Method Detail
-
solve
final Mapqn_solution solve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, Integer objectiveQueue, Integer objectivePhase, Integer objectiveN)
Create and solve the linear program for bnd_quadraticreduction_ld model
- Parameters:
params
- Model parametersobjectiveQueue
- Queue index to maximize p2 marginal (1-based)objectivePhase
- Phase index to maximize p2 marginal (1-based)objectiveN
- Population at queue (1-based)- Returns:
Solution containing the optimal value and variable values
-
-
-
-