Originally posted by: SystemAdmin
Dynamic search is a bit different than traditional branch-and-bound in the way the search tree is constructed and traversed. Therefore, some notions like "branching variable", "parent node", or "depth" may not have a meaning in some situations, at least not one that is consistent with what the user would expect when he thinks in terms of traditional branch-and-bound.
Regarding what dynamic search really is, we cannot say much more than "it is a different search strategy, and some user assumptions based on traditional b&b are no longer valid".
Tobias
#CPLEXOptimizers#DecisionOptimization