ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetPriority Method 

Returns the branch priority for variable var.

protected int GetPriority(
   INumVar var
);

Parameters

var
The variable whose branch priority is being queried.

Return Value

The branch priority for variable var

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace