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

ROI_plugin_register_reader_writer

Register Reader / Writer Method


Description

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

Usage

ROI_plugin_register_reader(type, solver, method)

ROI_plugin_register_writer(type, solver, signature, method)

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

  • File Types

  • Method

Value

NULL on success

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.