optionsLpSolveAPI {ivmte} | R Documentation |
Function to parse options for lp_solve
Description
This function constructs a list of options to be parsed when
solver
is set to lpsolveapi
. The options permitted
are those that can be set via lpSolveAPI::lp.control
, and
should be passed as a named list (e.g. list(epslevel =
"tight")
).
Usage
optionsLpSolveAPI(options)
Arguments
options |
list. The name of each item must be the name of the
option, and is case sensitive. The value assigned to each item
is the value to set the option to. The |
Value
string, the command to be evaluated to implement the options.
[Package ivmte version 1.4.0 Index]