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.
Examples
c1 <- Constant(5)
c2 <- Constant(matrix(1:6, 2, 3))
