ROI_write | R Documentation |
Write an optimization problem to file.
ROI_write(x, file, type, solver = NULL, ...)
x |
an optimization problem of class |
file |
a character giving the name of the file the optimization problem is to be written. |
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 write method. |
Other input output:
ROI_plugin_register_reader_writer
,
ROI_read()
,
ROI_registered_reader()
,
ROI_registered_writer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.