ILOG CPLEX .NET Reference Manual

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

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

Parameters

var
An array containing the variables whose branch priority assignments are to be removed.
start
The index of the first variable in var from which the priority order assignment is to be removed.
num
The number of consecutive variables in var from which the priority order assignments are to be removed.

See Also

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