hi_new_solver | R Documentation |
This function initializes a new Highs solver instance using the provided model pointer.
hi_new_solver(model)
model |
an object of class |
A new solver instance.
model <- example_model()
solver <- hi_new_solver(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.