Class BoxConstraints.Bound

    • Field Detail

      • index

        public final int index
        the index to the variable, counting from 1.
    • Constructor Detail

      • Bound

        public Bound​(int index,
                     double lower,
                     double upper)
        Construct a bound constraint for a variable.
        Parameters:
        index - the index to the variable, counting from 1
        lower - the lower bound for the variable
        upper - the upper bound for the variable