ILOG CPLEX .NET Reference Manual

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

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