powered by
Create a bool in MiniZinc
rminizinc::Expression -> Bool
rminizinc::Expression
Bool
.value
value
Bool$new()
Bool$v()
Bool$c_str()
Bool$clone()
new()
constructor
Bool$new(val)
val
boolean input
v()
get boolean value
c_str()
get the MiniZinc representation
clone()
The objects of this class are cloneable with this method.
Bool$clone(deep = FALSE)
deep
Whether to make a deep clone.
# NOT RUN { newBool = Bool$new(TRUE) newBool$c_str() # }
Run the code above in your browser using DataLab