Branch and Bound ?

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
newbie
New poster
Posts: 5
Joined: Sun May 18, 2003 6:36 am

Branch and Bound ?

Post 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 ?
Diskerr
New poster
Posts: 16
Joined: Sun Apr 06, 2003 8:43 am
Location: Korea, Republic of

..

Post 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..
Sorry for my poor English.
Post Reply

Return to “Algorithms”