A parameter set for Cplex.
For a list of all members of this type, see Cplex.ParameterSet Members.
System.Object
ILOG.CPLEX.Cplex.ParameterSet
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This class allows you to store and restore parameters not at their default values.
Cplex.ParameterSet
objects can be created empty with the constructor and then modified. They can also be created by the method Cplex.GetParameterSet
.
A parameter set can be applied to an instance of Cplex
by means of Cplex.SetParameterSet(set)
.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)