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