Linear |
| Name | Description | |
|---|---|---|
| AddUpperBoundConstraint(DoubleVector, Double) | Adds a linear inequality constraint of the form coefficients'x <= upperBound | |
| AddUpperBoundConstraint(ILinearConstraintCoefficients, Double) | Adds a linear inequality constraint of the form coefficients'x <= upperBound | |
| AddUpperBoundConstraint(DoubleVector, Double, Double) | Adds a linear inequality constraint of the form coefficients'x <= upperBound | |
| AddUpperBoundConstraint(ILinearConstraintCoefficients, Double, Double) | Adds a linear inequality constraint of the form coefficients'x <= upperBound |