BoolSetDecl {rminizinc} | R Documentation |
set of bool declaration
Description
Declare a new set of bool
Usage
BoolSetDecl(name, kind, value = NULL)
Arguments
name |
variable/parameter name |
kind |
"var" or "par" |
value |
provide a Set object (or NULL) |
[Package rminizinc version 0.0.8 Index]