MTU Cork Library Catalogue

Syndetics cover image
Image from Syndetics

Complexity and approximation : combinatorial optimization problems and their approximability properties / G. Ausiello ... [et al.].

Contributor(s): Ausiello, G. (Giorgio), 1941- | Crescenzi, Pierluigi | Gambosi, G. (Giorgio), 1955-.
Material type: materialTypeLabelBookPublisher: New York : Springer, 1999Description: xix, 524 p. : ill. ; 25 cm.ISBN: 3540654313.Subject(s): Combinatorial optimization | Computational complexity | Computer algorithmsDDC classification: 519.3
Contents:
The complexity of optimization problems -- Design techniques for approximation algorithms -- Approximation classes -- Input-dependent and asymptotic approximation -- Approximation through randomization -- NP, PCP and non-approximability results -- The PCP theorem -- Approximation preserving reductions -- Probabilistic analysis of approximation algorithms -- Heuristic methods.
Holdings
Item type Current library Call number Copy number Status Date due Barcode Item holds
General Lending MTU Bishopstown Library Lending 519.3 (Browse shelf(Opens below)) 1 Available 00092320
Total holds: 0

Enhanced descriptions from Syndetics:

N COMPUTER applications we are used to live with approximation. Var­ I ious notions of approximation appear, in fact, in many circumstances. One notable example is the type of approximation that arises in numer­ ical analysis or in computational geometry from the fact that we cannot perform computations with arbitrary precision and we have to truncate the representation of real numbers. In other cases, we use to approximate com­ plex mathematical objects by simpler ones: for example, we sometimes represent non-linear functions by means of piecewise linear ones. The need to solve difficult optimization problems is another reason that forces us to deal with approximation. In particular, when a problem is computationally hard (i. e. , the only way we know to solve it is by making use of an algorithm that runs in exponential time), it may be practically unfeasible to try to compute the exact solution, because it might require months or years of machine time, even with the help of powerful parallel computers. In such cases, we may decide to restrict ourselves to compute a solution that, though not being an optimal one, nevertheless is close to the optimum and may be determined in polynomial time. We call this type of solution an approximate solution and the corresponding algorithm a polynomial-time approximation algorithm. Most combinatorial optimization problems of great practical relevance are, indeed, computationally intractable in the above sense. In formal terms, they are classified as Np-hard optimization problems.

Bibliography: (pages 471-514) and index.

The complexity of optimization problems -- Design techniques for approximation algorithms -- Approximation classes -- Input-dependent and asymptotic approximation -- Approximation through randomization -- NP, PCP and non-approximability results -- The PCP theorem -- Approximation preserving reductions -- Probabilistic analysis of approximation algorithms -- Heuristic methods.

Table of contents provided by Syndetics

  • 1 The Complexity of Optimization Problems (p. 1)
  • 1.1 Analysis of algorithms and complexity of problems (p. 2)
  • 1.1.1 Complexity analysis of computer programs (p. 3)
  • 1.1.2 Upper and lower bounds on the complexity of problems (p. 8)
  • 1.2 Complexity classes of decision problems (p. 9)
  • 1.2.1 The class NP (p. 12)
  • 1.3 Reducibility among problems (p. 17)
  • 1.3.1 Karp and Turing reducibility (p. 17)
  • 1.3.2 NP-complete problems (p. 21)
  • 1.4 Complexity of optimization problems (p. 22)
  • 1.4.1 Optimization problems (p. 22)
  • 1.4.2 PO and NPO problems (p. 26)
  • 1.4.3 NP-hard optimization problems (p. 29)
  • 1.4.4 Optimization problems and evaluation problems (p. 31)
  • 1.5 Exercises (p. 33)
  • 1.6 Bibliographical notes (p. 36)
  • 2 Design Techniques for Approximation Algorithms (p. 39)
  • 2.1 The greedy method (p. 40)
  • 2.1.1 Greedy algorithm for the knapsack problem (p. 41)
  • 2.1.2 Greedy algorithm for the independent set problem (p. 43)
  • 2.1.3 Greedy algorithm for the salesperson problem (p. 47)
  • 2.2 Sequential algorithms for partitioning problems (p. 50)
  • 2.2.1 Scheduling jobs on identical machines (p. 51)
  • 2.2.2 Sequential algorithms for bin packing (p. 53)
  • 2.2.3 Sequential algorithms for the graph coloring problem (p. 58)
  • 2.3 Local search (p. 61)
  • 2.3.1 Local search algorithms for the cut problem (p. 62)
  • 2.3.2 Local search algorithms for the salesperson problem (p. 64)
  • 2.4 Linear programming based algorithms (p. 65)
  • 2.4.1 Rounding the solution of a linear program (p. 66)
  • 2.4.2 Primal-dual algorithms (p. 67)
  • 2.5 Dynamic programming (p. 69)
  • 2.6 Randomized algorithms (p. 74)
  • 2.7 Approaches to the approximate solution of problems (p. 76)
  • 2.7.1 Performance guarantee: chapters 3 and 4 (p. 76)
  • 2.7.2 Randomized algorithms: chapter 5 (p. 77)
  • 2.7.3 Probabilistic analysis: chapter 9 (p. 77)
  • 2.7.4 Heuristics: chapter 10 (p. 78)
  • 2.7.5 Final remarks (p. 79)
  • 2.8 Exercises (p. 79)
  • 2.9 Bibliographical notes (p. 83)
  • 3 Approximation Classes (p. 87)
  • 3.1 Approximate solutions with guaranteed performance (p. 88)
  • 3.1.1 Absolute approximation (p. 88)
  • 3.1.2 Relative approximation (p. 90)
  • 3.1.3 Approximability and non-approximability of TSP (p. 94)
  • 3.1.4 Limits to approximability: The gap technique (p. 100)
  • 3.2 Polynomial-time approximation schemes (p. 102)
  • 3.2.1 The class PTAS (p. 105)
  • 3.2.2 APX versus PTAS (p. 110)
  • 3.3 Fully polynomial-time approximation schemes (p. 111)
  • 3.3.1 The class FPTAS (p. 111)
  • 3.3.2 The variable partitioning technique (p. 112)
  • 3.3.3 Negative results for the class FPTAS (p. 113)
  • 3.3.4 Strong NP-completeness and pseudo-polynomiality (p. 114)
  • 3.4 Exercises (p. 116)
  • 3.5 Bibliographical notes (p. 119)
  • 4 Input-Dependent and Asymptotic Approximation (p. 123)
  • 4.1 Between APX and NPO (p. 124)
  • 4.1.1 Approximating the set cover problem (p. 124)
  • 4.1.2 Approximating the graph coloring problem (p. 127)
  • 4.1.3 Approximating the minimum multi-cut problem (p. 129)
  • 4.2 Between APX and PTAS (p. 139)
  • 4.2.1 Approximating the edge coloring problem (p. 139)
  • 4.2.2 Approximating the bin packing problem (p. 143)
  • 4.3 Exercises (p. 148)
  • 4.4 Bibliographical notes (p. 150)
  • 5 Approximation through Randomization (p. 153)
  • 5.1 Randomized algorithms for weighted vertex cover (p. 154)
  • 5.2 Randomized algorithms for weighted satisfiability (p. 157)
  • 5.2.1 A new randomized approximation algorithm (p. 157)
  • 5.2.2 A 4/3-approximation randomized algorithm (p. 160)
  • 5.3 Algorithms based on semidefinite programming (p. 162)
  • 5.3.1 Improved algorithms for weighted 2-satisfiability (p. 167)
  • 5.4 The method of the conditional probabilities (p. 168)
  • 5.5 Exercises (p. 171)
  • 5.6 Bibliographical notes (p. 173)
  • 6 NP, PCP and Non-approximability Results (p. 175)
  • 6.1 Formal complexity theory (p. 175)
  • 6.1.1 Turing machines (p. 175)
  • 6.1.2 Deterministic Turing machines (p. 178)
  • 6.1.3 Nondeterministic Turing machines (p. 180)
  • 6.1.4 Time and space complexity (p. 181)
  • 6.1.5 NP-completeness and Cook-Levin theorem (p. 184)
  • 6.2 Oracles (p. 188)
  • 6.2.1 Oracle Turing machines (p. 189)
  • 6.3 The PCP model (p. 190)
  • 6.3.1 Membership proofs (p. 190)
  • 6.3.2 Probabilistic Turing machines (p. 191)
  • 6.3.3 Verifiers and PCP (p. 193)
  • 6.3.4 A different view of NP (p. 194)
  • 6.4 Using PCP to prove non-approximability results (p. 195)
  • 6.4.1 The maximum satisfiability problem (p. 196)
  • 6.4.2 The maximum clique problem (p. 198)
  • 6.5 Exercises (p. 200)
  • 6.6 Bibliographical notes (p. 204)
  • 7 The PCP theorem (p. 207)
  • 7.1 Transparent long proofs (p. 208)
  • 7.1.1 Linear functions (p. 210)
  • 7.1.2 Arithmetization (p. 214)
  • 7.1.3 The first PCP result (p. 218)
  • 7.2 Almost transparent short proofs (p. 221)
  • 7.2.1 Low-degree polynomials (p. 222)
  • 7.2.2 Arithmetization (revisited) (p. 231)
  • 7.2.3 The second PCP result (p. 238)
  • 7.3 The final proof (p. 239)
  • 7.3.1 Normal form verifiers (p. 241)
  • 7.3.2 The composition lemma (p. 245)
  • 7.4 Exercises (p. 248)
  • 7.5 Bibliographical notes (p. 249)
  • 8 Approximation Preserving Reductions (p. 253)
  • 8.1 The World of NPO Problems (p. 254)
  • 8.2 AP-reducibility (p. 256)
  • 8.2.1 Complete problems (p. 261)
  • 8.3 NPO-completeness (p. 261)
  • 8.3.1 Other NPO-complete problems (p. 265)
  • 8.3.2 Completeness in exp-APX (p. 265)
  • 8.4 APX-completeness (p. 266)
  • 8.4.1 Other APX-complete problems (p. 270)
  • 8.5 Exercises (p. 281)
  • 8.6 Bibliographical notes (p. 283)
  • 9 Probabilistic analysis of approximation algorithms (p. 287)
  • 9.1 Introduction (p. 288)
  • 9.1.1 Goals of probabilistic analysis (p. 289)
  • 9.2 Techniques forthe probabilistic analysis of algorithms (p. 291)
  • 9.2.1 Conditioning in the analysis of algorithms (p. 291)
  • 9.2.2 The first and the second moment methods (p. 293)
  • 9.2.3 Convergence of random variables (p. 294)
  • 9.3 Probabilistic analysis and multiprocessor scheduling (p. 296)
  • 9.4 Probabilistic analysis and bin packing (p. 298)
  • 9.5 Probabilistic analysis and maximum clique (p. 302)
  • 9.6 Probabilistic analysis and graph coloring (p. 311)
  • 9.7 Probabilistic analysis and Euclidean TSP (p. 312)
  • 9.8 Exercises (p. 316)
  • 9.9 Bibliographical notes (p. 318)
  • 10 Heuristic methods (p. 321)
  • 10.1 Types of heuristics (p. 322)
  • 10.2 Construction heuristics (p. 325)
  • 10.3 Local search heuristics (p. 329)
  • 10.3.1 Fixed-depth local search heuristics (p. 330)
  • 10.3.2 Variable-depth local search heuristics (p. 336)
  • 10.4 Heuristics based on local search (p. 341)
  • 10.4.1 Simulated annealing (p. 341)
  • 10.4.2 Genetic algorithms (p. 344)
  • 10.4.3 Tabu search (p. 347)
  • 10.5 Exercises (p. 349)
  • 10.6 Bibliographical notes (p. 350)
  • A Mathematical preliminaries (p. 353)
  • A.1 Sets (p. 353)
  • A.1.1 Sequences, tuples and matrices (p. 354)
  • A.2 Functions and relations (p. 355)
  • A.3 Graphs (p. 356)
  • A.4 Strings and languages (p. 357)
  • A.5 Booleanlogic (p. 357)
  • A.6 Probability (p. 358)
  • A.6.1 Random variables (p. 359)
  • A.7 Linear programming (p. 361)
  • A.8 Two famous formulas (p. 365)
  • B A List of NP Optimization Problems (p. 367)
  • Bibliography (p. 471)
  • Index (p. 515)

Powered by Koha