Learn R Programming

highs (version 1.10.0-1)

highs_write_model: 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 highs_model.

file

a character string giving the filename.

Examples

Run this code
model <- example_model()
model_file <- tempfile(fileext = ".mps")
highs_write_model(model, model_file)

Run the code above in your browser using DataLab