is.default_bound {ROI} | R Documentation |
Check for default bounds
Description
tests if the given object is an variable bound
which represents default values only
(i.e., all lower bounds are 0
and all upper bounds as Inf
).
Usage
is.default_bound(x)
Arguments
x |
object to be tested |
Value
a logical of length one indicating wether default bounds are given
[Package ROI version 1.0-1 Index]