Returns the branch priority for the specified variable.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected int GetPriority(
	INumVar var
)
Visual Basic
Protected Function GetPriority ( _
	var As INumVar _
) As Integer

Parameters

var
Type: ILOG.Concert..::..INumVar
The variable whose branch priority is being queried.

Return Value

The branch priority for the variable.

See Also