Returns a parameter set showing parameters that have been changed from their default state.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual Cplex..::..ParameterSet GetParameterSet()
Visual Basic
Public Overridable Function GetParameterSet As Cplex..::..ParameterSet

Return Value

The parameter set.

Remarks

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also