Click or drag to resize

LinearConstrainedProblemAddConstraint(LinearConstraint) Method

Adds the given constraint to the problem.

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

Parameters

constraint  LinearConstraint
The constraint to add.
See Also