Import the R library that interfaces with the specified solver.

import_solver(solver)

Arguments

solver

A ReductionSolver object.

Examples

import_solver(ECOS())
#> [1] TRUE
import_solver(SCS())
#> [1] TRUE