powered by
Expr create expressions, which can be used later for problem creation.
Expr
Expr(x)
expression to be created.
# NOT RUN { if (setup()) { x <- Variable(2) x1 <- Expr(x + 1) } # }
Run the code above in your browser using DataLab