BRANCHDISJ
Description
|
Branch and Bound: Determines whether the optimizer should attempt to branch on general split disjunctions during the branch and bound search.
|
||||||||||
Type
|
Integer
|
||||||||||
Values
|
|
||||||||||
Default value
|
-1
|
||||||||||
Note
|
Note Split disjunctions are a special form of disjunctions that can be written as ∑j mj xj ≤ m0 ∨ ∑j mj xj ≥ m0+1 The split disjunctions created by the optimizer will use a combination of binary or integer variables xj, with integer coefficients mj. Split disjunctions for branching will always be created with a default priority value of 400 instead of the default value of 500 for regular entity branches. |
||||||||||
Affects routines
|