ILOG CPLEX .NET Reference Manual

Cplex.MIPCallback.GetPriority Method 

Returns the branch priority for variable var.

protected virtual 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.MIPCallback Class | ILOG.CPLEX Namespace