hi_solver_write_model | R Documentation |
This function writes the current optimization model to a file.
hi_solver_write_model(solver, filename)
solver |
An object of class "highs_solver". |
filename |
A character string specifying the output file path. |
Invisible NULL.
solver <- example_solver()
model_file <- tempfile(fileext = ".mps")
hi_solver_write_model(solver, model_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.