ILOG CPLEX .NET Reference Manual

Cplex.ParameterSet Class

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 class Cplex.ParameterSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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).

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

Cplex.ParameterSet Members | ILOG.CPLEX Namespace