ILOG CPLEX .NET Reference Manual

Cplex.DelPriorities Method

Removes any existing branch priority assignment from the variables in array var.

Overload List

Removes any existing branch priority assignment from the variables in array var.

public virtual void DelPriorities(INumVar[]);

Removes any existing branch priority assignment from num consecutive variables in the array var, starting with the variable var[start].

public virtual void DelPriorities(INumVar[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace