Documentation of 'org.apache.commons.math3.optim.linear.LinearConstraintSet' Java class
LinearConstraintSet
org.apache.commons.math3.optim.linear

Class LinearConstraintSet

    • Constructor Detail

      • LinearConstraintSet

        public LinearConstraintSet(LinearConstraint... constraints)
        Creates a set containing the given constraints.
        Parameters:
        constraints - Constraints.
      • LinearConstraintSet

        public LinearConstraintSet(java.util.Collection<LinearConstraint> constraints)
        Creates a set containing the given constraints.
        Parameters:
        constraints - Constraints.
    • Method Detail

      • getConstraints

        public java.util.Collection<LinearConstraint> getConstraints()
        Gets the set of linear constraints.
        Returns:
        the constraints.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.