A parameter set for IloCplex.
Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public class ParameterSet |
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).
Inheritance Hierarchy
System..::..Object
ILOG.OPL..::..Cplex..::..ParameterSet
ILOG.OPL..::..Cplex..::..ParameterSet