ROI_read | R Documentation |
Reads an optimization problem from various file formats and
returns an optimization problem of class "OP"
.
ROI_read(file, type, solver = NULL, ...)
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. |
solver |
an optional character giving the name of the plugin
(e.g. |
... |
further arguments passed on to the read method. |
x an optimization problem of class "OP"
.
Other input output:
ROI_plugin_register_reader_writer
,
ROI_registered_reader()
,
ROI_registered_writer()
,
ROI_write()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.