MinConGenLinGetFinalActiveConstraints Method |
Returns the indices of the final active constraints.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetFinalActiveConstraints()
Public Function GetFinalActiveConstraints As Integer()
public:
array<int>^ GetFinalActiveConstraints()
member GetFinalActiveConstraints : unit -> int[]
Return Value
Type:
Int32
An
int array containing the indices of the final active
constraints.
See Also