Parameters for the CPLEX Component Libraries

The following methods are used to set and access parameters for objects of the Concert Technology class IloCplex in C++ and Java:

  setParam()
  getParam()
  getMin()
  getMax()
  getDefault()
  setDefaults()

Callable Library programs (C and other languages) access and set parameters using the following routines:

Accesses a parameter of type double 
Changes a parameter of type double 
Gets the default value and range of a parameter of type double 
Accesses a parameter of type integer 
Changes a parameter of type integer 
Gets the default value and range of a parameter of type integer 
Changes a parameter of type string 
Accesses a parameter of type string 
Gets the default value of a parameter of type string 
Resets all parameters to their standard default values 

Parameter Names

In the parameter table, each parameter has a symbolic constant name to be used when referring to it within a program.

An integer reference number for each parameter is shown in the table, corresponding to the value that each symbolic constant represents, as found in the cplex.h header file, but it is strongly recommended that the symbolic constants be used instead of their integer equivalents whenever possible, for the sake of portability to future CPLEX versions.

Correspondence of Parameters

Some parameters available for the Callable Library are not supported as parameters for IloCplex. In particular:

are used where parameters CPX_PARAM_STARTALG and CPX_PARAM_SUBALG would be used for the Callable Library.

Previous Page: Parameter Table Return to Top Next Page: Parameters for the Interactive Optimizer