Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
paramHelp()
paramHelp ( paramname )
Obtain help about a Gurobi parameter.
Arguments:
paramname: String containing the name of parameter that you would like help with. The name can include '*' and '?' wildcards. If more than one parameter matches, the matching names are listed. Note that case is ignored.
Example usage:
paramHelp("Cuts") paramHelp("Heu*") paramHelp("*cuts")