| IntSetVal {rminizinc} | R Documentation |
Integer set value
Description
integer range set value in MiniZinc
Public fields
.minminimum value of integer range
.maxmaximum value of integer range
Active bindings
.minminimum value of integer range
.maxmaximum value of integer range
Methods
Public methods
Method new()
constructor
Usage
IntSetVal$new(imin, imax)
Arguments
iminminimum int value
imaxmaximum int value
Method getMin()
get the minimum IntVal
Usage
IntSetVal$getMin()
Method setMin()
set the minimum IntVal
Usage
IntSetVal$setMin(val)
Arguments
valint value to be set
Method getMax()
get the maximum IntVal
Usage
IntSetVal$getMax()
Method setMax()
set the maximum IntVal
Usage
IntSetVal$setMax(val)
Arguments
valint value to be set
Method clone()
The objects of this class are cloneable with this method.
Usage
IntSetVal$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package rminizinc version 0.0.8 Index]