Learn R Programming

CVXR (version 0.99-7)

import_solver: Import Solver

Description

Import the R library that interfaces with the specified solver.

Usage

import_solver(solver)

Arguments

solver

A '>Solver object.

Examples

Run this code
# NOT RUN {
import_solver(ECOS())
import_solver(SCS())
# }

Run the code above in your browser using DataLab