hi_solver_status_message | R Documentation |
This function returns a human-readable message describing the current solver status.
hi_solver_status_message(solver)
solver |
An object of class "highs_solver". |
A character string containing the status message.
solver <- example_solver()
hi_solver_run(solver)
message <- hi_solver_status_message(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.