ILOG CPLEX .NET Reference Manual

Cplex.DelDirections Method

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

Overload List

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

public virtual void DelDirections(INumVar[]);

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[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace