| solver_solve | R Documentation |
Solve using a persistent Clarabel solver
solver_solve(solver)
solver |
a |
the same named list as clarabel(): solution vectors
x, z, s and solver information
clarabel_solver(), solver_update()
## Not run:
s <- clarabel_solver(A, b, q, P, cones,
control = clarabel_control(presolve_enable = FALSE,
verbose = FALSE))
sol <- solver_solve(s)
sol$status
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.