Objective-class | R Documentation |
This class represents an optimization objective.
Objective(expr)
## S4 method for signature 'Objective'
value(object)
## S4 method for signature 'Objective'
is_quadratic(object)
## S4 method for signature 'Objective'
is_qpwa(object)
expr |
A scalar Expression to optimize. |
object |
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?
expr
A scalar Expression to optimize.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.