hi_solver_clear_model {highs} | R Documentation |
Clear Model Data
Description
This function clears only the model data from the solver instance.
Usage
hi_solver_clear_model(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
The solver instance with cleared model data.
Examples
solver <- example_solver()
hi_solver_clear_model(solver)
[Package highs version 1.10.0-2 Index]