Returns the indices of the final active constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int[] GetFinalActiveConstraints()
Visual Basic (Declaration)
Public Function GetFinalActiveConstraints As Integer()
Visual C++
public:
array<int>^ GetFinalActiveConstraints()

Return Value

An int array containing the indices of the final active constraints.

See Also