ILOG CPLEX .NET Reference Manual

Cplex.ParameterSet.SetParam Method (BooleanParam, Boolean)

Sets a Boolean parameter to value val.

public virtual void SetParam(
   BooleanParam which,
   bool val
);

Parameters

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

See Also

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