Type | Change value | Access current value | Access default, max, min |
---|---|---|---|
integer | |||
double | |||
string |
Table 2.3 shows you the names and purpose of these routines. Each of these routines accepts the same first argument: a pointer to the ILOG CPLEX environment (that is, the pointer returned by CPXopenCPLEX()
). The second argument of each of those parameter routines is the parameter number, a symbolic constant defined in the header file, cplex.h
. Managing Parameters from the Callable Library offers more details about parameter settings.