is_qp {CVXR}R Documentation

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.


[Package CVXR version 1.0-12 Index]