ILOG CPLEX .NET Reference Manual

Cplex.DelPriority Method 

Removes any existing branch priority assignment from variable var.

public virtual void DelPriority(
   INumVar var
);

Parameters

var
The variable whose branch priority assignment is being removed.

See Also

Cplex Class | ILOG.CPLEX Namespace