Obtain information about a parameter.
| void | getParamInfo ( | GRB_DoubleParam | param, |
| double* | valP, | ||
| double* | minP, | ||
| double* | maxP, | ||
| double* | *defP ) |
Arguments:
param: The parameter of interest. Please consult the parameter section for a complete list of Gurobi parameters, including descriptions of their purposes and their minimum, maximum, and default values.
valP: The current value of the parameter.
minP: The minimum allowed value of the parameter.
maxP: The maximum allowed value of the parameter.
defP: The default value of the parameter.
| void | getParamInfo ( | GRB_IntParam | param, |
| int* | valP, | ||
| int* | minP, | ||
| int* | maxP, | ||
| int* | defP ) |
Arguments:
param: The parameter of interest. Please consult the parameter section for a complete list of Gurobi parameters, including descriptions of their purposes and their minimum, maximum, and default values.
valP: The current value of the parameter.
minP: The minimum allowed value of the parameter.
maxP: The maximum allowed value of the parameter.
defP: The default value of the parameter.
| void | getParamInfo ( | GRB_StringParam | param, |
| string* | valP, | ||
| string* | defP ) |
Arguments:
param: The parameter of interest. Please consult the parameter section for a complete list of Gurobi parameters, including descriptions of their purposes and their minimum, maximum, and default values.
valP: The current value of the parameter.
defP: The default value of the parameter.