Click or drag to resize

ConstraintIsSatisfied(DoubleVector) Method

Determines if the constraint represented by this instance is satisfied at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsSatisfied(
	DoubleVector x
)

Parameters

x  DoubleVector
The point at which to determine feasibility of the constraint.

Return Value

Boolean
true if the constraint is satisfied.
See Also