Click or drag to resize

NonlinearProgrammingProblemAddConstraint(Constraint) Method

Adds the given constraint to the problem.

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

Parameters

constraint  Constraint
The constraint to add.
See Also