ILOG CPLEX .NET Reference Manual

Cplex.GetPriorities Method (INumVar[])

Returns branch priorities for an array of variables.

public virtual int[] GetPriorities(
   INumVar[] var
);

Parameters

var
The array of variables whose branch priorities are being queried.

Return Value

The branch priorities for the variables in var. If pri is the array returned by this method, pri[j] is the branch priority of variable var[j]. A value of 0 indicates the Cplex default.

See Also

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