> Languages and APIs > The ILOG CPLEX Callable Library > ILOG CPLEX Programming Practices > Parameter Routines |
Parameter Routines |
INDEX PREVIOUS NEXT |
You can set many parameters in the ILOG CPLEX environment to control ILOG CPLEX operation. The values of these parameters may be integer, double, or character strings, so there are sets of routines for accessing and setting them.
Type |
Change value |
Access current value |
Access default, max, min |
---|---|---|---|
integer | |||
double | |||
string |
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.
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |