import_solver {CVXR}R Documentation

Import Solver

Description

Import the R library that interfaces with the specified solver.

Usage

import_solver(solver)

Arguments

solver

A ReductionSolver object.

Examples

import_solver(ECOS())
import_solver(SCS())

[Package CVXR version 1.0-12 Index]