| get_bounds | R Documentation |
Returns the effective (lower, upper) bounds of a leaf, combining its
bounds attribute with sign (nonneg/pos/nonpos/neg) and boolean
attributes. Used by the NLP (DNLP) solve path to form variable bounds.
get_bounds(x, ...)
x |
An expression (a Variable/leaf, or a composite expression whose bounds are propagated from its arguments). |
... |
Passed to methods; currently unused. |
A list list(lower, upper) of two real matrices matching the
expression shape (column-major). For leaves these come from explicit bounds
and sign attributes; for atoms they are propagated from argument bounds via
interval arithmetic (see bounds_from_args).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.