Click or drag to resize

LinearConstrainedProblemAddEqualityConstraint(DoubleVector, Double) Method

Adds an equality constraint of the form coefficients'x = rightHandSide

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddEqualityConstraint(
	DoubleVector coefficients,
	double rightHandSide
)

Parameters

coefficients  DoubleVector
Vector of coefficients.
rightHandSide  Double
The right hand side of the equality.
See Also