from Part I - Methods for Optimal Solutions
Published online by Cambridge University Press: 05 May 2014
When one door of happiness closes, another opens; but often we look so long at the closed door that we do not see the one which has opened for us.
Helen KellerProblem complexity vs. solution complexity
The previous two chapters focus on developing optimal polynomial-time solutions following formal optimization methods from operations research (OR). For some problems, such an approach may not be always effective, and could lead to nonpolynomial-time solutions. For these problems, a customized approach following algorithm design from computer science (CS) could be more effective and lead to a polynomial-time solution.
It is important to distinguish a (solution) algorithm's complexity from the underlying problem's complexity. A problem's complexity determines the potential complexity of any algorithm that is designed to solve this problem. That is, for a problem not in P, unless P = NP, any algorithm that can find an optimal solution to this problem must have nonpolynomial-time complexity. In contrast, if an algorithm (design to solve the problem) has a nonpolynomial-time complexity, we cannot claim that this problem is not in P. Another algorithm designed by someone else may well solve the problem with a polynomial-time complexity.
In this chapter, we illustrate the above approaches and ideas with a case study. This case study is concerned with an optimal relay node assignment problem that arises in cooperative communications (CC) [139]. We first formulate the problem as a mixed-integer linear programming (MILP), following OR's optimization approach.
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.