Class LayeredNetworkElement.LinConRow

java.lang.Object
jline.lang.layered.LayeredNetworkElement.LinConRow
Enclosing class:
LayeredNetworkElement

public static class LayeredNetworkElement.LinConRow extends Object
One admission constraint row declared by operand name.
  • Field Details

    • names

      public final List<String> names
    • coeffs

      public final double[] coeffs
    • cap

      public final double cap
  • Constructor Details

    • LinConRow

      public LinConRow(List<String> names, double[] coeffs, double cap)