This class represents an optimization objective for maximization.
Maximize(expr)
# S4 method for class 'Maximize'
canonicalize(object)
# S4 method for class 'Maximize'
is_dcp(object)
# S4 method for class '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.
expr
A scalar Expression to maximize.