QpSolver-class: A QP solver interface.

QpSolver-classR Documentation

A QP solver interface.

Description

A QP solver interface.

Usage

## S4 method for signature 'QpSolver,Problem'
accepts(object, problem)

## S4 method for signature 'QpSolver,Problem'
perform(object, problem)

Arguments

object

A QpSolver object.

problem

A Problem object.

Methods (by generic)

  • accepts(object = QpSolver, problem = Problem): Is this a QP problem?

  • perform(object = QpSolver, problem = Problem): Constructs a QP problem data stored in a list


CVXR documentation built on Oct. 31, 2022, 1:07 a.m.