Item class (Abstract)
Abstract class for all items in MiniZinc grammar
list("Item$new()")
list("Item$clone()")
new()
constructor
Item$new()
clone()
The objects of this class are cloneable with this method.
Item$clone(deep = FALSE)
deep: Whether to make a deep clone.
deep
Useful links