Objective-class {CVXR}R 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)

Slots

expr

A scalar Expression to optimize.


[Package CVXR version 1.0-12 Index]