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")