Branch and Bound ?
Moderator: Board moderators
Branch and Bound ?
Any one tells me where i can get documents about that ? Is "Branch and Bound" a method of screening some stupid cases of exhaustive search ?
..
Foundations of Algorithms Using C++ Pseudocode, Second Edition
by Richard E. Neapolitan, Kumarss Naimipour
It has a chapter related to branch and bound.
Yes.. branch and bound is more efficient method to prune unpromissing nodes than backtracking in exhaustive search..
by Richard E. Neapolitan, Kumarss Naimipour
It has a chapter related to branch and bound.
Yes.. branch and bound is more efficient method to prune unpromissing nodes than backtracking in exhaustive search..
Sorry for my poor English.