optionsRmosek: Function to parse options for Gurobi

Description Usage Arguments Value

View source: R/lp.R

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

1

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 entrydparam = list(BASIS_TOL_X = 1e-06).

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.


ivmte documentation built on Sept. 17, 2021, 5:06 p.m.