Include Items
Include external mzn files in your model.
rminizinc::Item
-> IncludeItem
.id
: name of mzn file
.delete_flag
: used to delete items
.id
: name of mzn file
.delete_flag
: used to delete items
new()
constructor
IncludeItem$new(name = NULL, mzn_str = NULL)
name
: name of the file to include
mzn_str
: string representation of Include Item get file name set the file name
getmznName()
IncludeItem$getmznName()
setmznName()
IncludeItem$setmznName(name)
name
: name of file
c_str()
get the MiniZinc representation
IncludeItem$c_str()
getDeleteFlag()
delete flag for internal use
IncludeItem$getDeleteFlag()
delete()
delete the include item
IncludeItem$delete()
clone()
The objects of this class are cloneable with this method.
IncludeItem$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links