Click or drag to resize
MPSReaderNumberOfBinaryConstraints Property
The number of binary constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfBinaryConstraints { get; }

Property Value

Type: Int32
An int containing the number of binary constraints.
Remarks
An binary constraint is the requirement that a variable be either 0 or 1. Binary constraints are also integer contraints.
See Also