Click or drag to resize

MixedIntegerLinearProgrammingProblemIntegralVariableIndices Property

Gets the zero based indices of variables with integral constraints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IEnumerable<int> IntegralVariableIndices { get; }

Property Value

IEnumerableInt32
See Also