[ library(COLIBRI_DOC) | ]

set_default_int_bounds(Low,High)

Default range for int variables
Low
An integer value strictly smaller than High.
High
An integer value strictly greater than Low.

Description

Variables of type int will have as default range Low..High. Remark that the default initial range is set to -2^51..2^51-1 to cope with some limits of the integrated simplex (eplex)

Fail Conditions

Fails if Low and High are not integer values such that Low is strictly smaller thant High.

Resatisfiable

no

See Also

int_vars / 2