hi_solver_get_solution {highs} | R Documentation |
Get Solution
Description
This function retrieves the solution from the solver after optimization.
Usage
hi_solver_get_solution(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
A list containing the solution information.
Examples
solver <- example_solver()
hi_solver_run(solver)
solution <- hi_solver_get_solution(solver)
[Package highs version 1.10.0-3 Index]