ROI_plugin_register_reformulation: Register Reformulation Method

View source: R/reformulations.R

ROI_plugin_register_reformulationR Documentation

Register Reformulation Method

Description

Register a new reformulation method to be used with ROI_reformulate.

Usage

ROI_plugin_register_reformulation(
  from,
  to,
  method_name,
  method,
  description = "",
  cite = "",
  author = ""
)

Arguments

from

a data.frame with the supported signatures.

to

a data.frame with the supported signatures.

method_name

a character string giving the name of the method.

method

a function registered as solver method.

description

a optional character string giving a description of what the reformulation does.

cite

a optional character string indicating a reference, such as the name of a book.

author

a optional character string giving the name of the author.

Value

TRUE on success

See Also

Other reformulate functions: ROI_reformulate(), ROI_registered_reformulations()


ROI documentation built on April 21, 2023, 1:11 a.m.