Class Mapqn_bnd_qr_ld

java.lang.Object
jline.api.mapqn.Mapqn_bnd_qr_ld

public final class Mapqn_bnd_qr_ld extends Object
Implementation of bnd_quadraticreduction_ld.mod linear program (load-dependent).
  • 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"