powered by
Write an highs model to file.
highs_write_model(model, file)
an object of class highs_model.
highs_model
a character string giving the filename.
model <- example_model() model_file <- tempfile(fileext = ".mps") highs_write_model(model, model_file)
Run the code above in your browser using DataLab