Class SimplexPivoting.Pivot

  • Enclosing interface:
    SimplexPivoting

    public static class SimplexPivoting.Pivot
    extends Object
    the pivot
    • Field Detail

      • r

        public final int r
        the pivot row
      • s

        public final int s
        the pivot column
    • Constructor Detail

      • Pivot

        public Pivot​(int r,
                     int s)
        Construct a pivot.
        Parameters:
        r - the pivot row
        s - the pivot column