Create a new Id in MiniZinc
rminizinc::Expression
-> Id
.id
the string identifier
.delete_flag
used to delete items
.id
the string identifier
.delete_flag
used to delete items
new()
constructor
Id$new(id)
id
id to be created
getName()
get the string identifier
Id$getName()
setName()
set the string identifier
Id$setName(name)
name
string name to set
c_str()
return the MiniZinc representation
Id$c_str()
getDeleteFlag()
delete flag for internal use
Id$getDeleteFlag()
delete()
delete the assignment item
Id$delete()
clone()
The objects of this class are cloneable with this method.
Id$clone(deep = FALSE)
deep
Whether to make a deep clone.