Click or drag to resize

ConstraintType Enumeration

Enumeration for specifying constraint types possible for the Constraint class and other constrained optimization classes.>

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum ConstraintType
Members
Member nameValueDescription
GreaterThanOrEqualTo0 Constraint type is greater than or equal to.
EqualTo1 Constraint type is equality.
Remarks
Constraint types are either equality constraints or inequality constraints. Inequality constraints are taken to be greater than or equal to.
See Also