Returns the branch directions for an array of variables.
The branch directions for the variables in var
. If dir
is the array returned by this method, dir[j]
is the branch direction of variable var[j]
.
This method returns the branch direction assigned by the method Cplex.SetDirections to each variable in the array. If no branch direction has been assigned to a variable, Cplex.BranchDirection.Global is returned.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetDirections Overload List