Click or drag to resize

NonlinearConstraint(DoubleFunctional, ConstraintType) Constructor

Creates a NonlinearConstraint object with the given constraint function and constraint type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NonlinearConstraint(
	DoubleFunctional constraintFunction,
	ConstraintType constraintType
)

Parameters

constraintFunction  DoubleFunctional
DoubleFunctional object representing the constraint function.
constraintType  ConstraintType
The type of constraint (equality or inequality).
See Also