| IntVal {rminizinc} | R Documentation |
IntVal class (not exposed to user)
Description
create an Integer Value in MiniZinc
Public fields
.valthe integer value
Active bindings
.valthe integer value
Methods
Public methods
Method new()
constructor
Usage
IntVal$new(val)
Arguments
valint value to be assigned
Method v()
return the value
Usage
IntVal$v()
Method clone()
The objects of this class are cloneable with this method.
Usage
IntVal$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package rminizinc version 0.0.8 Index]