Return the solver status description as a named character vector
solver_status_descriptions()
a named list of solver status descriptions, in order of status codes returned by the solver
solver_status_descriptions()[2] ## for solved problem solver_status_descriptions()[8] ## for max iterations limit reached
Useful links