hi_solver_status_message {highs} | R Documentation |
Get Solver Status Message
Description
This function returns a human-readable message describing the current solver status.
Usage
hi_solver_status_message(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
A character string containing the status message.
Examples
solver <- example_solver()
hi_solver_run(solver)
message <- hi_solver_status_message(solver)
[Package highs version 1.10.0-2 Index]