optionsRmosek {ivmte} | R Documentation |
Function to parse options for Gurobi
Description
This function constructs a list of options to be parsed when
solver
is set to Rmosek
. This function really
implements the default feasibility tolerances.
Usage
optionsRmosek(options, debug)
Arguments
options |
list. Each set of options should be passed as a
list, with the name of each entry being the name of the class
of options. For example, options for double parameters should
be contained in the entry |
debug |
boolean, indicates whether or not the function should provide output when obtaining bounds. The output provided is the same as what Mosek would send to the console. |
Value
list, the set of options declared by the user, including some additional default values.
[Package ivmte version 1.4.0 Index]