ICallbackNLOptimization.GetConstraintValue

Fore Syntax

GetConstraintValue(Indx: Integer): Variant;

Fore.NET Syntax

GetConstraintValue(Indx: integer): object;

Parameters

Indx. Constraint index.

Description

The GetConstraintValue method calculates and returns value of the i-th non-linear constraint.

Comments

TO get value of private derivative by the j-th variable from the i-th constraint, use the ICallbackNLOptimization.GetConstraintPartialDeriv method.

Fore and Fore.NET Examples

The property use is given in the example for ICallbackNLOptimization.GetConstraintPartialDeriv.

See also:

ICallbackNLOptimization