from Part II - Methods for Near-optimal and Approximation Solutions
Published online by Cambridge University Press: 05 May 2014
Vision is not enough, it must be combined with venture. It is not enough to stare up the steps, we must step up the stairs.
Vaclav HavelReview of branch-and-bound framework
In this chapter, we present a general and effective approach to solve NP-hard or NP-complete problems, despite their potential exponential worst-case complexity. Although the complexity of this approach is nonpolynomial, when designed appropriately, this approach may still be a viable approach to solve many problems that arise in practice, particularly when their problem sizes are not terribly large.
The approach that we describe is called branch-and-bound [113]. It is a powerful general-purpose framework to solve nonconvex programming problems. Such a framework aims to obtain a (1 − ∊)-optimal solution for a small given ∊ ≥ 0. Obviously, the smaller ∊ is, the higher is the complexity. Thus, we need to select a suitable ∊ based on the optimality requirement. The efficiency of the algorithm depends on its ability to correctly remove large portions of the solution space during each iterative step within the process of identifying the best solution. As a result, we progressively focus on smaller and smaller portions of the solution space and thus we are able to find a (1 − ∊)-optimal solution much faster than a brute-force exhaustive search.
We now describe the branch-and-bound framework for a minimization problem (the procedure for a maximization problem is similar). Initially, we need to determine the solution space for our problem, including the set of feasible values for each of the optimization variables. The framework consists of two steps, namely, the bounding step and the branching step.
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.