ILOG CPLEX .NET Reference Manual

Cplex.SetParam Method (StringParam, String)

Sets a string parameter to value val.

public virtual void SetParam(
   StringParam which,
   string val
);

Parameters

which
The identifier of the string parameter to set.
val
The new value for the string parameter.

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 | Cplex.SetParam Overload List