hi_new_solver {highs} | R Documentation |
Create a new solver instance.
Description
This function initializes a new Highs solver instance using the provided model pointer.
Usage
hi_new_solver(model)
Arguments
model |
an object of class |
Value
A new solver instance.
Examples
model <- example_model()
solver <- hi_new_solver(model)
[Package highs version 1.10.0-3 Index]