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