Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
FuncNonlinear
Chooses the approximation approach used to handle function constraints
Type: | int | |
---|---|---|
Default value: | 0 | |
Minimum value: | 0 | |
Maximum value: | 1 |
This parameter controls whether general function constraints with their FuncNonlinear attribute set to -1 are replaced with a static piecewise-linear approximation (0), or handled inside the branch-and-bound tree using a dynamic outer-approximation approach (1).
See the discussion of function constraints for more information.
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.