Bool
Create a bool in MiniZinc
newBool = Bool$new(TRUE) newBool$c_str()
rminizinc::Expression
-> Bool
.value
: value
.value
: value
new()
constructor
Bool$new(val)
val
: boolean input
v()
get boolean value
Bool$v()
c_str()
get the MiniZinc representation
Bool$c_str()
clone()
The objects of this class are cloneable with this method.
Bool$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links