hi_solver_clear {highs} | R Documentation |
Clear All Solver Data
Description
This function clears all data from the solver instance, including the model and solution.
Usage
hi_solver_clear(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
The cleared solver instance.
Examples
solver <- example_solver()
hi_solver_clear(solver)
[Package highs version 1.10.0-3 Index]