powered by
This function initializes a new Highs solver instance using the provided model pointer.
hi_new_solver(model)
A new solver instance.
an object of class "highs_model"
"highs_model"
model <- example_model() solver <- hi_new_solver(model)
Run the code above in your browser using DataLab