| solver_is_update_allowed | R Documentation |
Returns FALSE if presolve, chordal decomposition or
input_sparse_dropzeros has actually restructured this problem, which
prevents data updates. Enabling one of those settings is not by itself
enough to prevent updates; the transformation has to have taken place.
solver_is_update_allowed(solver)
solver |
a |
logical scalar
clarabel_solver(), solver_update()
## Not run:
solver_is_update_allowed(s) # FALSE if the problem was restructured
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.