IntDecl {rminizinc} | R Documentation |
int declaration
Description
Declare a new int
Usage
IntDecl(name, kind, value = NULL, domain = NULL)
Arguments
name |
variable/parameter name |
kind |
"var" or "par" |
value |
pass a numeric/integer value in R (NULL by default) |
domain |
domain of the int variable (NULL by default) |
[Package rminizinc version 0.0.8 Index]