Page 1 of 1
Branch and Bound ?
Posted: Mon May 19, 2003 4:19 pm
by newbie
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 ?
..
Posted: Tue May 20, 2003 9:33 am
by Diskerr
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..