ILOG CPLEX .NET Reference Manual

Cplex.SetDirections Method (INumVar[], BranchDirection[], Int32, Int32)

Sets branching directions for num consecutive variables, starting from the index specified by start.

public virtual void SetDirections(
   INumVar[] var,
   BranchDirection[] brdir,
   int start,
   int num
);

Parameters

var
An array containing the variables whose branching directions are being set.
brdir
An array containing the branching directions to use. The branching direction of variable var[j] will be set to brdir[j] for j = start, ..., start+num-1.
start
The first elements in var and brdir to consider.
num
The number of elements in var and brdir to consider.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.SetDirections Overload List