ILOG CPLEX .NET Reference Manual

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

See Also

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