MPSReaderNumberOfBinaryConstraints Property |
The number of binary constraints.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfBinaryConstraints { get; }
Public Overridable ReadOnly Property NumberOfBinaryConstraints As Integer
Get
public:
virtual property int NumberOfBinaryConstraints {
int get ();
}
abstract NumberOfBinaryConstraints : int with get
override NumberOfBinaryConstraints : int with 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