INonLinearConstraint.NonLinearFunction

Syntax

NonLinearFunction: String;

Description

The NonLinearFunction property determines nonlinear function of the constraint.

Comments

To determine upper and lower bounds of non-linear constraint, use the INonLinearConstraint.BoundaryLower and INonLinearConstraint.BoundaryUpper properties respectively.

The function expression may get the Fore function implemented in the unit that is sent as follows: <Unit identifier>.<Function identifier>[(Function parameters)]. To do this, determine a repository, in which the unit is searched.

The use of the expression, implemented in the unit, is given in the example for ISmExpressionProvider.Metabase.

Example

The property use is given in the example for INonLinearConstraint.Result.

See also:

INonLinearConstraint