| Minimize | R Documentation |
Specifies that the objective expression should be minimized. The expression must be convex and scalar for a DCP-compliant problem.
Minimize(expr)
expr |
A CVXR expression or numeric value to minimize. |
A Minimize object.
Maximize, Problem
x <- Variable()
obj <- Minimize(x^2 + 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.