ILOG CPLEX .NET Reference Manual

Cplex.GetPriority Method 

Returns the branch priority for a variable.

public virtual int GetPriority(
   INumVar var
);

Parameters

var
The variable whose branch priority is being queried.

Return Value

The branch priority for variable var. A value of 0 indicates the Cplex default.

See Also

Cplex Class | ILOG.CPLEX Namespace