Description Usage Arguments Value
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.
1 |
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. |
list, the set of options declared by the user, including
some additional default values (if not assigned by the user)
and accounting for debug
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.