ILOG CPLEX .NET Reference Manual

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

See Also

Cplex.ParameterSet Class | ILOG.CPLEX Namespace | Cplex.ParameterSet.SetParam Overload List