Click or drag to resize

MixedIntegerLinearProgrammingProblemAddIntegralConstraint Method

Adds in integral constraint to the variable at the given zero based index. The index must be between zero and number of variables minus one, inclusive.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddIntegralConstraint(
	params int[] variableIndices
)

Parameters

variableIndices  Int32
Indices of variables to have integral constraints.
See Also