Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
FuncPieces
Sets strategy for PWL function approximation
Type: | int | |
---|---|---|
Default value: | 0 | |
Minimum value: | -2 | |
Maximum value: | 200000000 |
This parameter sets the strategy used for performing a piecewise-linear approximation of a function constraint. There are a few options:
- FuncPieces >= 2: Sets the number of pieces; pieces are equal width.
- FuncPieces = 1: Uses a fixed width for each piece; the actual width is provided in the FuncPieceLength parameter.
- FuncPieces = -1: Bounds the absolute error of the approximation; the error bound is provided in the FuncPieceError parameter.
- FuncPieces = -2: Bounds the relative error of the approximation; the error bound is provided in the FuncPieceError parameter.
This parameter only applies to function constraints whose FuncPieces attribute has been set to .
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.