ROI_plugin_make_signature | R Documentation |
Create a solver signature, the solver signatures are used to indicate which problem types can be solved by a given solver.
ROI_plugin_make_signature(...)
... |
signature definitions |
an object of class "ROI_signature"
(inheriting from data.frame) with the supported signatures.
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_register_solver_control()
,
ROI_plugin_register_solver_method()
,
ROI_plugin_solution_prim()
,
ROI_registered_solver_control()
## ROI_make_LP_signatures
lp_signature <- ROI_plugin_make_signature( objective = "L",
constraints = "L",
types = c("C"),
bounds = c("X", "V"),
cones = c("X"),
maximum = c(TRUE, FALSE) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.