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


anqif/CVXR documentation built on Feb. 6, 2024, 4:28 a.m.