optionsGurobi {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 Gurobi
. This function really
implements some default values, and accounts for the debug
option.
Usage
optionsGurobi(options, debug)
Arguments
options |
list. The list should be structured the same way as
if one were using the |
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
.
[Package ivmte version 1.4.0 Index]