Learn R Programming

CVXR (version 1.0-14)

accepts: Reduction Acceptance

Description

Determine whether the reduction accepts a problem.

Usage

accepts(object, problem)

Value

A logical value indicating whether the reduction can be applied.

Arguments

object

A Reduction object.

problem

A Problem to check.