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

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 parameters
        objectiveQueue - 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