R/generics.R
import_solver.Rd
Import the R library that interfaces with the specified solver.
import_solver(solver)
A ReductionSolver object.
import_solver(ECOS()) #> [1] TRUE import_solver(SCS()) #> [1] TRUE