Create Annotations in MiniZinc
.expVeclist of expressions
.delete_flagused to delete items
.expVeclist of expressions
.delete_flagused to delete items
new()constructor
Annotation$new(expVec)
expVecvector of MiniZinc expressions
getExps()get the list of expressions
Annotation$getExps()
setExps()set the list of expressions
Annotation$setExps(expVec)
expVeclist of expressions to be set
c_str()get the MiniZinc expression
Annotation$c_str()
getDeleteFlag()delete flag for internal use
Annotation$getDeleteFlag()
delete()delete the assignment item
Annotation$delete()
clone()The objects of this class are cloneable with this method.
Annotation$clone(deep = FALSE)
deepWhether to make a deep clone.