Object Mapqn_qr_bounds_bas

  • All Implemented Interfaces:

    
    public class Mapqn_qr_bounds_bas
    
                        

    Implementation of qrf_bas.m linear program QR Bounds with Blocking-After-Service (BAS)

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • solve

        @JvmOverloads() final Mapqn_solution solve(Mapqn_qr_bounds_bas_parameters params, Integer objectiveQueue, String sense)

        Create and solve the linear program for QR Bounds BAS model

        Parameters:
        params - Model parameters
        objectiveQueue - Queue index to optimize utilization (1-based)
        sense - Optimization sense: "min" or "max"
        Returns:

        Solution containing the optimal value and variable values

      • solve

        @JvmOverloads() final Mapqn_solution solve(Mapqn_qr_bounds_bas_parameters params, Integer objectiveQueue)

        Create and solve the linear program for QR Bounds BAS model

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

        Solution containing the optimal value and variable values