Linear |
| Name | Description | |
|---|---|---|
| AddLowerBoundConstraint(DoubleVector, Double) | Adds a linear inequality constraint of the form coefficients'x >= lowerBound | |
| AddLowerBoundConstraint(ILinearConstraintCoefficients, Double) | Adds a linear inequality constraint of the form coefficients'x >= lowerBound | |
| AddLowerBoundConstraint(DoubleVector, Double, Double) | Adds a linear inequality constraint of the form coefficients'x >= lowerBound | |
| AddLowerBoundConstraint(ILinearConstraintCoefficients, Double, Double) | Adds a linear inequality constraint of the form coefficients'x >= lowerBound |