Click or drag to resize

NonlinearProgrammingProblemAddLinearConstraint(LinearConstraint) Method

Adds the given linear constraint to the problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddLinearConstraint(
	LinearConstraint constraint
)

Parameters

constraint  LinearConstraint
The linear constraint to add.
See Also