This class represents an optimization objective for minimization.
Minimize(expr)# S4 method for Minimize
canonicalize(object)
# S4 method for Minimize
is_dcp(object)
# S4 method for Minimize
is_dgp(object)
canonicalize
: Pass on the target expression's objective and constraints.
is_dcp
: A logical value indicating whether the objective is convex.
is_dgp
: A logical value indicating whether the objective is log-log convex.