Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ROI_read

Read Optimization Problems


Description

Reads an optimization problem from various file formats and returns an optimization problem of class "OP".

Usage

ROI_read(file, type, solver = NULL, ...)

Arguments

file

a character giving the name of the file the optimization problem is to be read from.

type

a character giving the type of the file (e.g. "mps_free", "mps_fixed", "lp_cplex", "lp_lpsolve", ...).

solver

an optional character giving the name of the plugin (e.g. "lpsolve").

...

further arguments passed on to the read method.

Value

x an optimization problem of class "OP".

See Also


ROI

R Optimization Infrastructure

v1.0-0
GPL-3
Authors
Kurt Hornik [aut], David Meyer [aut], Florian Schwendinger [aut], Stefan Theussl [aut, cre], Diethelm Wuertz [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.