ILOG CPLEX .NET Reference Manual

Cplex.DelDirections Method (INumVar[])

Removes any existing assignments of branching direction from all the variables in array var.

public virtual void DelDirections(
   INumVar[] var
);

Parameters

var
An array of variables whose branching direction assignments are being removed.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.DelDirections Overload List