GetConstraintValue(Indx: Integer): Variant;
Indx. Constraint index.
The GetConstraintValue method calculates and returns value of the i-th non-linear constraint.
TO get value of private derivative by the j-th variable from the i-th constraint, use the ICallbackNLOptimization.GetConstraintPartialDeriv method.
The property use is given in the example for ICallbackNLOptimization.GetConstraintPartialDeriv.
See also: