highs_write_model {highs} | R Documentation |
Write a Highs Model to a File
Description
Write an highs model to file.
Usage
highs_write_model(model, file)
Arguments
model |
an object of class |
file |
a character string giving the filename. |
Examples
model <- example_model()
model_file <- tempfile(fileext = ".mps")
highs_write_model(model, model_file)
[Package highs version 1.10.0-2 Index]