ROI_plugin_register_reader_writer: Register Reader / Writer Method

Description Usage Arguments Details Value See Also

Description

Register a new reader / writer method to be used with read.io / write.io.

Usage

1
2
3

Arguments

type

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

solver

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

method

a function registered as reader / writer method.

signature

a data.frame giving the signature of the optimization problems which can be read or written by the registered method.

Details

Value

NULL on success

See Also

Other input output: ROI_read(), ROI_registered_reader(), ROI_registered_writer(), ROI_write()


ROI documentation built on Aug. 29, 2020, 3:01 p.m.