ILOG CPLEX .NET Reference Manual

Cplex.SetParameterSet Method 

Sets the parameter state using a parameter set.

public virtual void SetParameterSet(
   ParameterSet set
);

Parameters

set
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

Cplex Class | ILOG.CPLEX Namespace