ILOG CPLEX .NET Reference Manual

Cplex.SetParam Method (IntParam, Int32)

Sets an integer parameter to value val.

public virtual void SetParam(
   IntParam which,
   int val
);

Parameters

which
The identifier of the parameter to set.
val
The new value for the integer 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