ROI_plugin_register_solver_method {ROI}R Documentation

Register Solver Method

Description

Register a new solver method.

Usage

ROI_plugin_register_solver_method(signatures, solver, method)

Arguments

signatures

a data.frame with the supported signatures.

solver

a character string giving the solver name.

method

a function registered as solver method.

Value

TRUE on success

See Also

Other plugin functions: ROI_plugin_add_status_code_to_db, ROI_plugin_build_equality_constraints, ROI_plugin_build_inequality_constraints, ROI_plugin_canonicalize_solution, ROI_plugin_get_solver_name, ROI_plugin_make_signature, ROI_plugin_register_solver_control, ROI_plugin_solution_prim, ROI_registered_solver_control


[Package ROI version 0.3-1 Index]