Annotation
Create Annotations in MiniZinc
.expVec
: list of expressions
.delete_flag
: used to delete items
.expVec
: list of expressions
.delete_flag
: used to delete items
new()
constructor
Annotation$new(expVec)
expVec
: vector of MiniZinc expressions
getExps()
get the list of expressions
Annotation$getExps()
setExps()
set the list of expressions
Annotation$setExps(expVec)
expVec
: list 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)
deep
: Whether to make a deep clone.
Useful links