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