powered by
This function returns a human-readable message describing the current solver status.
hi_solver_status_message(solver)
A character string containing the status message.
An object of class "highs_solver".
solver <- example_solver() hi_solver_run(solver) message <- hi_solver_status_message(solver)
Run the code above in your browser using DataLab