Managing sets of parameters

Users may groups parameters into sets in the object-oriented APIs.

The object-oriented APIs of CPLEX also allow you to group parameters into a set and then manage that set of parameters together.

  • In the C++ API, use the member functions of an instance of the class IloCplex::ParameterSet.

  • In the Java API, use the methods of an object of the class IloCplex.ParameterSet.

  • In the .NET API, use the methods of the class Cplex.ParameterSet.

  • In the Python API, use the methods of the class Cplex.ParameterSet.