Description Usage Arguments Value References Examples
This function makes all solvers in the R package 'ROI' available to solve 'ompr' models.
1 |
solver |
the 'ROI' solver name (character vector of length 1) |
... |
optional parameters passed to ROI_solve Note: it does only support column duals. It currently does not export row duals. |
a function: Model -> Solution that can be used
together with solve_model
. You can find ROI
's
original solver message
and status
information in
<return_value>$ROI
. The ompr
status code is "success"
if ROI
returns code = 0
and is "error"
otherwise.
Kurt Hornik, David Meyer, Florian Schwendinger and Stefan Theussl (2016). ROI: R Optimization Infrastructure. <https://CRAN.R-project.org/package=ROI>
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.