Package jline.api.mapqn
Class Mapqn_bnd_qr_ld
java.lang.Object
jline.api.mapqn.Mapqn_bnd_qr_ld
Implementation of bnd_quadraticreduction_ld.mod linear program (load-dependent).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classParameters for the quadratic reduction load-dependent model. -
Method Summary
Modifier and TypeMethodDescriptionstatic Mapqn_solutionsolve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, int objectiveQueue, int objectivePhase, int objectiveN) static Mapqn_solutionsolve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, int objectiveQueue, int objectivePhase, int objectiveN, String sense) As above, optimizing in the requested direction.
-
Method Details
-
solve
public static Mapqn_solution solve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, int objectiveQueue, int objectivePhase, int objectiveN) -
solve
public static Mapqn_solution solve(Mapqn_bnd_qr_ld.QuadraticLDParameters params, int objectiveQueue, int objectivePhase, int objectiveN, String sense) As above, optimizing in the requested direction. The LP is a relaxation containing the exact solution, so "max" is a valid upper bound on the marginal probability and "min" the matching lower bound.- Parameters:
sense- "min" or "max"
-