| FloatSetVal {rminizinc} | R Documentation |
Float set value
Description
float set range in MiniZinc
Public fields
.minminimum FloatVal
.maxmaximum FloatVal
Active bindings
.minminimum FloatVal
.maxmaximum FloatVal
Methods
Public methods
Method new()
constructor
Usage
FloatSetVal$new(fmin, fmax)
Arguments
fminthe minimum FloatVal
fmaxthe maximum FloatVal
Method getMin()
get the minimum float value
Usage
FloatSetVal$getMin()
Method setMin()
set the minimum float value
Usage
FloatSetVal$setMin(val)
Arguments
valfloat value to be set
Method getMax()
get the maximum float value
Usage
FloatSetVal$getMax()
Method setMax()
set the maximum float value
Usage
FloatSetVal$setMax(val)
Arguments
valfloat value to be set
Method clone()
The objects of this class are cloneable with this method.
Usage
FloatSetVal$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package rminizinc version 0.0.8 Index]