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