highs_write_model | R Documentation |
Write an highs model to file.
highs_write_model(model, file)
model |
an object of class |
file |
a character string giving the filename. |
model <- example_model()
model_file <- tempfile(fileext = ".mps")
highs_write_model(model, model_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.