Learn R Programming

CVXR (version 1.0)

is_qp: Is Problem a QP?

Description

Determine if a problem is a quadratic program.

Usage

is_qp(object)

Arguments

object

A '>Problem object.

Value

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