| IncludeItem {rminizinc} | R Documentation |
Include Items
Description
Include external mzn files in your model.
Super class
rminizinc::Item -> IncludeItem
Public fields
.idname of mzn file
.delete_flagused to delete items
Active bindings
.idname of mzn file
.delete_flagused to delete items
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
IncludeItem$new(name = NULL, mzn_str = NULL)
Arguments
namename of the file to include
mzn_strstring representation of Include Item get file name set the file name
Method getmznName()
Usage
IncludeItem$getmznName()
Method setmznName()
Usage
IncludeItem$setmznName(name)
Arguments
namename of file
Method c_str()
get the MiniZinc representation
Usage
IncludeItem$c_str()
Method getDeleteFlag()
delete flag for internal use
Usage
IncludeItem$getDeleteFlag()
Method delete()
delete the include item
Usage
IncludeItem$delete()
Method clone()
The objects of this class are cloneable with this method.
Usage
IncludeItem$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package rminizinc version 0.0.8 Index]