Learn R Programming

CVXR (version 1.0-14)

import_solver: Import Solver

Description

Import the R library that interfaces with the specified solver.

Usage

import_solver(solver)

Arguments

solver

A ReductionSolver object.

Examples

Run this code
import_solver(ECOS())
import_solver(SCS())

Run the code above in your browser using DataLab