Class GeneralGreaterThanConstraints

    • Constructor Detail

      • GeneralGreaterThanConstraints

        public GeneralGreaterThanConstraints​(Collection<RealScalarFunction> constraints)
        Construct an instance of greater-than-or-equal-to inequality constraints from a collection of real-valued functions.
        Parameters:
        constraints - the greater-than-or-equal-to inequality constraints
      • GeneralGreaterThanConstraints

        public GeneralGreaterThanConstraints​(RealScalarFunction... constraints)
        Construct an instance of greater-than-or-equal-to inequality constraints from an array of real-valued functions.
        Parameters:
        constraints - the greater-than-or-equal-to inequality constraints