Learn R Programming

CVXR (version 1.0-14)

is_qp: Is Problem a QP?

Description

Determine if a problem is a quadratic program.

Usage

is_qp(object)

Value

A logical value indicating whether the problem is a quadratic program.

Arguments

object

A Problem object.