Delegate VariableCollection.BranchingPriorityGenerator
A delegate which takes an array of objects (making up the index) and returns the branching priority to be used for a variable.
Lower numbers indicate higher Priority.
Namespace: OPTANO.Modeling.Optimization
Assembly: Optimization.dll
Syntax
public delegate int? BranchingPriorityGenerator(params object[] index);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object[] | index | The index. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |