Description Usage Arguments Examples
Expr
create expressions, which can be used later for problem creation.
1 | Expr(x)
|
x |
expression to be created. |
1 2 3 4 5 6 | ## Not run:
convex_setup()
x <- Variable(2)
x1 <- Expr(x + 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.