hi_solver_status | R Documentation |
This function returns the current status of the solver.
hi_solver_status(solver)
solver |
An object of class "highs_solver". |
A status code indicating the solver state.
solver <- example_solver()
hi_solver_run(solver)
status <- hi_solver_status(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.