ILOG CPLEX .NET Reference Manual

Cplex.SetParam Method (DoubleParam, Double)

Sets a double parameter to value val.

public virtual void SetParam(
   DoubleParam which,
   double val
);

Parameters

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