This class represents an optimization objective for maximization.
Maximize(expr)
# S4 method for Maximize
canonicalize(object)
# S4 method for Maximize
is_dcp(object)
# S4 method for Maximize
is_dgp(object)A scalar Expression to maximize.
A Maximize object.
canonicalize(Maximize): Negates the target expression's objective.
is_dcp(Maximize): A logical value indicating whether the objective is concave.
is_dgp(Maximize): A logical value indicating whether the objective is log-log concave.
exprA scalar Expression to maximize.