Click or drag to resize

LinearConstrainedProblemAddLowerBoundConstraint(ILinearConstraintCoefficients, Double) Method

Adds a linear inequality constraint of the form coefficients'x >= lowerBound

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddLowerBoundConstraint(
	ILinearConstraintCoefficients coefficients,
	double lowerBound
)

Parameters

coefficients  ILinearConstraintCoefficients
Constraint coefficients.
lowerBound  Double
The lower bound.
See Also