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")
).
optionsLpSolveAPI(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 lprec
argument
should always be omitted.
string, the command to be evaluated to implement the options.