Class Npfqn_bnd_bpt.Result

java.lang.Object
jline.api.npfqn.Npfqn_bnd_bpt.Result
Enclosing class:
Npfqn_bnd_bpt

public static class Npfqn_bnd_bpt.Result extends Object
Outcome of one solve.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double[]
    Effective arrival rate of each class.
    int
    Number of LP rows.
    int
    Number of LP variables.
    double[]
    Per-class utilization lambda_r/mu_r.
    double[]
    Per-station utilization.
    double[]
    The x block of the LP optimizer, length K.
    double
    Lower bound on sum_r c_r x_r.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • zlb

      public double zlb
      Lower bound on sum_r c_r x_r.
    • x

      public double[] x
      The x block of the LP optimizer, length K.
    • lambda

      public double[] lambda
      Effective arrival rate of each class.
    • rho

      public double[] rho
      Per-class utilization lambda_r/mu_r.
    • rhoStation

      public double[] rhoStation
      Per-station utilization.
    • nvars

      public int nvars
      Number of LP variables.
    • nrows

      public int nrows
      Number of LP rows.
  • Constructor Details

    • Result

      public Result()