IntVal class (not exposed to user)
create an Integer Value in MiniZinc
.val
: the integer value
.val
: the integer value
new()
constructor
IntVal$new(val)
val
: int value to be assigned
v()
return the value
IntVal$v()
clone()
The objects of this class are cloneable with this method.
IntVal$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links
Downloads (last 30 days):