Wraps a numeric value as a CVXR constant for use in optimization
expressions. Constants are typically created implicitly when combining
numeric values with CVXR expressions via arithmetic operators.
Usage
Constant(value, name = NULL)
Value
A Constant object (inherits from Leaf and
Expression).
Arguments
value
A numeric scalar, vector, matrix, or sparse matrix.