Object Mapqn_bnd_qr_delay

  • All Implemented Interfaces:

    
    public class Mapqn_bnd_qr_delay
    
                        

    Implementation of bnd_quadraticreduction_delay.mod linear program This model includes delay constraints and load-dependent service rates

    • 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_delay.QuadraticDelayParameters params, Integer objectiveQueue, Integer objectivePhase, Integer objectiveN) Create and solve the linear program for bnd_quadraticreduction_delay 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_delay.QuadraticDelayParameters params, Integer objectiveQueue, Integer objectivePhase, Integer objectiveN)

        Create and solve the linear program for bnd_quadraticreduction_delay 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