R/expression.R
Expr.Rd
Expr create expressions, which can be used later for problem creation.
Expr
Expr(x)
expression to be created.
# NOT RUN { convex_setup() x <- Variable(2) x1 <- Expr(x + 1) # }