FuncPieces

Sets strategy for PWL function approximation
 Type: int
 Default value: 0
 Minimum value: -2
 Maximum value: MAXINT

This parameter sets the strategy used for performing a piecewise-linear approximation of a function constraint. There are a few options:

This parameter only applies to function constraints whose FuncPieces attribute has been set to $0$.

See the discussion of function constraints for more information.

One important note about integer-valued parameters: while the maximum value that can be stored in a signed integer is $2^{31}-1$, we use a MAXINT value of 2,000,000,000. Attempting to set an integer parameter to a value larger than this maximum will produce an error.

For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.