Click or drag to resize

MixedIntegerLinearProgrammingProblemGetIntegrality Method

Gets the integral constraint state of the variable at the given zero based index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool GetIntegrality(
	int variableIndex
)

Parameters

variableIndex  Int32
Variable index. Must be between zero and number of variables minus one.

Return Value

Boolean
See Also