Objective-class: The Objective class.

Objective-classR Documentation

The Objective class.

Description

This class represents an optimization objective.

Usage

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)

Arguments

expr

A scalar Expression to optimize.

object

An Objective object.

Methods (by generic)

  • 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?

Slots

expr

A scalar Expression to optimize.


anqif/CVXR documentation built on Feb. 6, 2024, 4:28 a.m.