ILOG CPLEX .NET Reference Manual

Cplex.DelDirections Method (INumVar[], Int32, Int32)

Removes any existing branching direction assignments from num consecutive variables in the array var, starting with the variable var[start].

public virtual void DelDirections(
   INumVar[] var,
   int start,
   int num
);

Parameters

var
And array containing the variables from which the branching direction assignments are to be removed.
start
The index of the first variable in var from which the branching direction assignments are to be removed.
num
The number of consecutive variables in var from which the branching direction assignments are to be removed.

See Also

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