This function constructs a list of options to be parsed when
solver
is set to Rmosek
. This function really
implements the default feasibility tolerances.
optionsRmosek(options, debug)
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 entrydparam = list(BASIS_TOL_X = 1e-06)
.
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.
list, the set of options declared by the user, including some additional default values.