powered by
This class represents an optimization objective.
Objective(expr)# S4 method for Objective value(object)# S4 method for Objective is_quadratic(object)# S4 method for Objective is_qpwa(object)
# S4 method for Objective value(object)
# S4 method for Objective is_quadratic(object)
# S4 method for Objective is_qpwa(object)
A scalar '>Expression to optimize.
An '>Objective object.
value: The value of the objective expression.
value
is_quadratic: Is the objective a quadratic function?
is_quadratic
is_qpwa: Is the objective a quadratic of piecewise affine function?
is_qpwa
expr