hi_solver_run {highs} | R Documentation |
Run the Solver
Description
This function executes the optimization solver on the current model.
Usage
hi_solver_run(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
The solver instance after optimization.
Examples
solver <- example_solver()
hi_solver_run(solver)
[Package highs version 1.10.0-3 Index]