powered by
This function returns the current status of the solver.
hi_solver_status(solver)
A status code indicating the solver state.
An object of class "highs_solver".
solver <- example_solver() hi_solver_run(solver) status <- hi_solver_status(solver)
Run the code above in your browser using DataLab