Returns branch directions for num
consecutive variables, starting from the index specified by var[start]
.
var
for which to query the branch directions. var
for which to query the branch directions. The branch directions for the specified variables. If dir
is the array returned by this method, dir[j]
is the branch direction of variable var[j+start]
.
If no branch direction has been assigned to a variable, Cplex.BranchDirection.Global
will be returned for it.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetDirections Overload List