Integer set value
integer range set value in MiniZinc
.min
: minimum value of integer range
.max
: maximum value of integer range
.min
: minimum value of integer range
.max
: maximum value of integer range
new()
constructor
IntSetVal$new(imin, imax)
imin
: minimum int value
imax
: maximum int value
getMin()
get the minimum IntVal
IntSetVal$getMin()
setMin()
set the minimum IntVal
IntSetVal$setMin(val)
val
: int value to be set
getMax()
get the maximum IntVal
IntSetVal$getMax()
setMax()
set the maximum IntVal
IntSetVal$setMax(val)
val
: int value to be set
clone()
The objects of this class are cloneable with this method.
IntSetVal$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links