Object Mapqn_bnd_qr

  • All Implemented Interfaces:

    
    public class Mapqn_bnd_qr
    
                        

    Implementation of bnd_quadraticreduction.mod linear program This model uses quadratic (p2) variables for joint probabilities

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Mapqn_solution solve(LinearReductionParameters params, Integer objectiveQueue, Integer objectivePhase) Create and solve the linear program for bnd_quadraticreduction 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(LinearReductionParameters params, Integer objectiveQueue, Integer objectivePhase)

        Create and solve the linear program for bnd_quadraticreduction model

        Parameters:
        params - Model parameters
        objectiveQueue - Queue index to maximize utilization (1-based)
        objectivePhase - Phase index to maximize utilization (1-based)
        Returns:

        Solution containing the optimal value and variable values