did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780387743875

Linear Programming : Foundations and Extensions

by
  • ISBN13:

    9780387743875

  • ISBN10:

    0387743871

  • Edition: 3rd
  • Format: Hardcover
  • Copyright: 2008-01-01
  • Publisher: Springer Verlag
  • Purchase Benefits
  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $109.00

Summary

This Third Edition introduces the latest theory and applications in optimization. It emphasizes constrained optimization, beginning with linear programming and then proceeding to convex analysis, network flows, integer programming, quadratic programming, and convex optimization. You'll discover a host of practical business applications as well as non-business applications. With its focus on solving practical problems, the book features free C programs to implement the major algorithms covered. The book's accompanying website includes the C programs, JAVA tools, and new online instructional tools and exercises.

Table of Contents

Prefacep. xiii
Preface to 2nd Editionp. xvii
Preface to 3rd Editionp. xix
Basic Theory-The Simplex Method and Dualityp. 1
Introductionp. 3
Managing a Production Facilityp. 3
The Linear Programming Problemp. 6
Exercisesp. 8
Notesp. 10
The Simplex Methodp. 13
An Examplep. 13
The Simplex Methodp. 16
Initializationp. 19
Unboundednessp. 22
Geometryp. 22
Exercisesp. 24
Notesp. 27
Degeneracyp. 29
Definition of Degeneracyp. 29
Two Examples of Degenerate Problemsp. 29
The Perturbation/Lexicographic Methodp. 32
Bland's Rulep. 36
Fundamental Theorem of Linear Programmingp. 38
Geometryp. 39
Exercisesp. 42
Notesp. 43
Efficiency of the Simplex Methodp. 45
Performance Measuresp. 45
Measuring the Size of a Problemp. 45
Measuring the Effort to Solve a Problemp. 46
Worst-Case Analysis of the Simplex Methodp. 47
Exercisesp. 52
Notesp. 53
Duality Theoryp. 55
Motivation-Finding Upper Boundsp. 55
The Dual Problemp. 57
The Weak Duality Theoremp. 58
The Strong Duality Theoremp. 60
Complementary Slacknessp. 66
The Dual Simplex Methodp. 68
A Dual-Based Phase I Algorithmp. 71
The Dual of a Problem in General Formp. 73
Resource Allocation Problemsp. 74
Lagrangian Dualityp. 78
Exercisesp. 79
Notesp. 87
The Simplex Method in Matrix Notationp. 89
Matrix Notationp. 89
The Primal Simplex Methodp. 91
An Examplep. 96
The Dual Simplex Methodp. 101
Two-Phase Methodsp. 104
Negative Transpose Propertyp. 105
Exercisesp. 108
Notesp. 109
Sensitivity and Parametric Analysesp. 111
Sensitivity Analysisp. 111
Parametric Analysis and the Homotopy Methodp. 115
The Parametric Self-Dual Simplex Methodp. 119
Exercisesp. 120
Notesp. 124
Implementation Issuesp. 125
Solving Systems of Equations: LU-Factorizationp. 126
Exploiting Sparsityp. 130
Reusing a Factorizationp. 136
Performance Tradeoffsp. 140
Updating a Factorizationp. 141
Shrinking the Bumpp. 145
Partial Pricingp. 146
Steepest Edgep. 147
Exercisesp. 149
Notesp. 150
Problems in General Formp. 151
The Primal Simplex Methodp. 151
The Dual Simplex Methodp. 153
Exercisesp. 159
Notesp. 160
Convex Analysisp. 161
Convex Setsp. 161
Caratheodory's Theoremp. 163
The Separation Theoremp. 165
Farkas' Lemmap. 167
Strict Complementarityp. 168
Exercisesp. 170
Notesp. 171
Game Theoryp. 173
Matrix Gamesp. 173
Optimal Strategiesp. 175
The Minimax Theoremp. 177
Pokerp. 181
Exercisesp. 184
Notesp. 187
Regressionp. 189
Measures of Mediocrityp. 189
Multidimensional Measures: Regression Analysisp. 191
L[superscript 2]-Regressionp. 193
L[superscript 1]-Regressionp. 195
Iteratively Reweighted Least Squaresp. 196
An Example: How Fast is the Simplex Method?p. 198
Which Variant of the Simplex Method is Best?p. 202
Exercisesp. 203
Notesp. 208
Financial Applicationsp. 211
Portfolio Selectionp. 211
Option Pricingp. 216
Exercisesp. 221
Notesp. 222
Network-Type Problemsp. 223
Network Flow Problemsp. 225
Networksp. 225
Spanning Trees and Basesp. 228
The Primal Network Simplex Methodp. 233
The Dual Network Simplex Methodp. 237
Putting It All Togetherp. 240
The Integrality Theoremp. 243
Exercisesp. 244
Notesp. 252
Applicationsp. 253
The Transportation Problemp. 253
The Assignment Problemp. 255
The Shortest-Path Problemp. 256
Upper-Bounded Network Flow Problemsp. 259
The Maximum-Flow Problemp. 262
Exercisesp. 264
Notesp. 269
Structural Optimizationp. 271
An Examplep. 271
Incidence Matricesp. 273
Stabilityp. 274
Conservation Lawsp. 276
Minimum-Weight Structural Designp. 279
Anchors Awayp. 281
Exercisesp. 284
Notesp. 284
Interior-Point Methodsp. 287
The Central Pathp. 289
Warning: Nonstandard Notation Aheadp. 289
The Barrier Problemp. 289
Lagrange Multipliersp. 292
Lagrange Multipliers Applied to the Barrier Problemp. 295
Second-Order Informationp. 297
Existencep. 297
Exercisesp. 299
Notesp. 301
A Path-Following Methodp. 303
Computing Step Directionsp. 303
Newton's Methodp. 305
Estimating an Appropriate Value for the Barrier Parameterp. 306
Choosing the Step Length Parameterp. 307
Convergence Analysisp. 308
Exercisesp. 314
Notesp. 318
The KKT Systemp. 319
The Reduced KKT Systemp. 319
The Normal Equationsp. 320
Step Direction Decompositionp. 322
Exercisesp. 325
Notesp. 325
Implementation Issuesp. 327
Factoring Positive Definite Matricesp. 327
Quasidefinite Matricesp. 331
Problems in General Formp. 337
Exercisesp. 342
Notesp. 342
The Affine-Scaling Methodp. 345
The Steepest Ascent Directionp. 345
The Projected Gradient Directionp. 347
The Projected Gradient Direction with Scalingp. 349
Convergencep. 353
Feasibility Directionp. 355
Problems in Standard Formp. 356
Exercisesp. 357
Notesp. 358
The Homogeneous Self-Dual Methodp. 361
From Standard Form to Self-Dual Formp. 361
Homogeneous Self-Dual Problemsp. 362
Back to Standard Formp. 372
Simplex Method vs Interior-Point Methodsp. 375
Exercisesp. 379
Notesp. 380
Extensionsp. 383
Integer Programmingp. 385
Scheduling Problemsp. 385
The Traveling Salesman Problemp. 387
Fixed Costsp. 390
Nonlinear Objective Functionsp. 390
Branch-and-Boundp. 392
Exercisesp. 404
Notesp. 405
Quadratic Programmingp. 407
The Markowitz Modelp. 407
The Dualp. 412
Convexity and Complexityp. 414
Solution Via Interior-Point Methodsp. 418
Practical Considerationsp. 419
Exercisesp. 422
Notesp. 423
Convex Programmingp. 425
Differentiable Functions and Taylor Approximationsp. 425
Convex and Concave Functionsp. 426
Problem Formulationp. 426
Solution Via Interior-Point Methodsp. 427
Successive Quadratic Approximationsp. 429
Merit Functionsp. 429
Parting Wordsp. 433
Exercisesp. 433
Notesp. 435
Source Listingsp. 437
The Self-Dual Simplex Methodp. 438
The Homogeneous Self-Dual Methodp. 441
Answers to Selected Exercisesp. 445
Bibliographyp. 449
Indexp. 457
Table of Contents provided by Ingram. All Rights Reserved.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program