Object Mapqn_bnd_lr_pf

  • All Implemented Interfaces:

    
    public class Mapqn_bnd_lr_pf
    
                        

    Implementation of bnd_linearreduction_pf.mod linear program This is the Product Form version without phases

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Mapqn_bnd_lr_pf.PFParameters

      Parameters for the Product Form linear reduction 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_lr_pf.PFParameters params, Integer objectiveQueue) Create and solve the linear program for bnd_linearreduction_pf 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_lr_pf.PFParameters params, Integer objectiveQueue)

        Create and solve the linear program for bnd_linearreduction_pf model

        Parameters:
        params - Model parameters
        objectiveQueue - Queue index to minimize utilization (1-based), default is 1
        Returns:

        Solution containing the optimal value and variable values