Description Super class Public fields Active bindings Methods
Create let expression in MiniZinc
rminizinc::Expression -> Let
.decllist of local declarations
.inbody of the let
.delete_flagused to delete items
.decllist of local declarations
.inbody of the let
.delete_flagused to delete items
new()constructor
Let$new(let, body)
letlist of local declaration items and/or constraint items
bodybody of the let
getLets()access list of declaration items and/or constraint items
Let$getLets()
setLets()set list of declaration items and/or constraint items
Let$setLets(letList)
letListlist of declaration items and/or constraint items to be set
getLet()access declaration item and/or constraint item i
Let$getLet(i)
iindex of let declaration item and/or constraint item to be accessed
setLet()set list of declaration item and/or constraint item i
Let$setLet(let)
letdeclaration item and/or constraint item to be set
getBody()get the body
Let$getBody()
setBody()set the body
Let$setBody(expBody)
expBodyexpression to be set for body
c_str()get the MiniZinc representation
Let$c_str()
getDeleteFlag()delete flag for internal use
Let$getDeleteFlag()
delete()delete the assignment item
Let$delete()
clone()The objects of this class are cloneable with this method.
Let$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.