ROI_plugin_register_solver_control | R Documentation |
Register a new solver control argument.
ROI_plugin_register_solver_control(solver, args, roi_control = "X")
solver |
a character string giving the solver name. |
args |
a character vector specifying with the supported signatures. |
roi_control |
a character vector specifying the corresponding ROI control argument. |
TRUE on success
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_method()
,
ROI_plugin_solution_prim()
,
ROI_registered_solver_control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.