MAXLOCALBACKTRACK
Description
|
Branch-and-Bound: How far back up the current dive path the optimizer is allowed to look for a local backtrack candidate node.
|
Type
|
Integer
|
Default value
|
-1
|
Note
|
If this control is set to
k, then the candidate set of nodes for a local backtrack will consist of all active nodes in the subtree rooted at height
k above the current node. For example, a setting of
1 will result in only sibling nodes of the current node being considered.
|
Affects routines
|
|
See also
|