| Minimize-class | R Documentation | 
This class represents an optimization objective for minimization.
Minimize(expr)
## S4 method for signature 'Minimize'
canonicalize(object)
## S4 method for signature 'Minimize'
is_dcp(object)
## S4 method for signature 'Minimize'
is_dgp(object)
expr | 
 A scalar Expression to minimize.  | 
object | 
 A Minimize object.  | 
canonicalize(Minimize): Pass on the target expression's objective and constraints.
is_dcp(Minimize): A logical value indicating whether the objective is convex.
is_dgp(Minimize): A logical value indicating whether the objective is log-log convex.
exprA scalar Expression to minimize.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.