ILOG CPLEX 11.0 Parameters Reference Manual > > About Parameters of CPLEX > Accessing Parameters

The following methods set and access parameters for objects of the class IloCplex in C++ and Java or the class Cplex in the .NET API:

setParam
getParam
getMin
getMax
getDefault
setDefaults

The names of the corresponding accessors in the class Cplex in .NET follow the usual conventions of names and capitalization of languages in that framework. For example, the class Cplex and its method Solve are denoted Cplex.Solve.

C applications and applications written in other languages callable from C access and set parameters with the following routines:

CPXgetdblparam 
Accesses a parameter of type double 
CPXsetdblparam 
Changes a parameter of type double 
CPXinfodblparam 
Gets the default value and range of a parameter of type double 
CPXgetintparam 
Accesses a parameter of type integer 
CPXsetintparam 
Changes a parameter of type integer 
CPXinfointparam 
Gets the default value and range of a parameter of type integer 
CPXgetstrparam 
Accesses a parameter of type string 
CPXsetstrparam 
Changes a parameter of type string 
CPXinfostrparam 
Gets the default value of a parameter of type string 
CPXsetdefaults 
Resets all parameters to their standard default values 
CPXgetparamname 
Accesses the name of a parameter 
CPXgetparamnum 
Access the identifying number assigned to a parameter 
CPXgetchgparams 
Accesses all parameters not currently at their default value