optionsGurobi: 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 Gurobi. This function really implements some default values, and accounts for the debug option.

Usage

1

Arguments

options

list. The list should be structured the same way as if one were using the gurobi library directly. That is, 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.

debug

boolean, indicates whether or not the function should provide output when obtaining bounds. The output provided is the same as what the Gurobi API would send to the console.

Value

list, the set of options declared by the user, including some additional default values (if not assigned by the user) and accounting for debug.


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