hi_solver_status {highs} | R Documentation |
Get Solver Status
Description
This function returns the current status of the solver.
Usage
hi_solver_status(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
A status code indicating the solver state.
Examples
solver <- example_solver()
hi_solver_run(solver)
status <- hi_solver_status(solver)
[Package highs version 1.10.0-3 Index]