Home > Mathematics and Science Textbooks > Mathematics > Optimization > Linear programming > Linear Programming and Network Flows: (English)
9%
Linear Programming and Network Flows: (English)

Linear Programming and Network Flows: (English)

5       |  5 Reviews 
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

The authoritative guide to modeling and solving complex problems with linear programming—extensively revised, expanded, and updated The only book to treat both linear programming techniques and network flows under one cover, Linear Programming and Network Flows, Fourth Edition has been completely updated with the latest developments on the topic. This new edition continues to successfully emphasize modeling concepts, the design and analysis of algorithms, and implementation strategies for problems in a variety of fields, including industrial engineering, management science, operations research, computer science, and mathematics. The book begins with basic results on linear algebra and convex analysis, and a geometrically motivated study of the structure of polyhedral sets is provided. Subsequent chapters include coverage of cycling in the simplex method, interior point methods, and sensitivity and parametric analysis. Newly added topics in the Fourth Edition include: The cycling phenomenon in linear programming and the geometry of cycling Duality relationships with cycling Elaboration on stable factorizations and implementation strategies Stabilized column generation and acceleration of Benders and Dantzig-Wolfe decomposition methods Line search and dual ascent ideas for the out-of-kilter algorithm Heap implementation comments, negative cost circuit insights, and additional convergence analyses for shortest path problems The authors present concepts and techniques that are illustrated by numerical examples along with insights complete with detailed mathematical analysis and justification. An emphasis is placed on providing geometric viewpoints and economic interpretations as well as strengthening the understanding of the fundamental ideas. Each chapter is accompanied by Notes and References sections that provide historical developments in addition to current and future trends. Updated exercises allow readers to test their comprehension of the presented material, and extensive references provide resources for further study. Linear Programming and Network Flows, Fourth Edition is an excellent book for linear programming and network flow courses at the upper-undergraduate and graduate levels. It is also a valuable resource for applied scientists who would like to refresh their understanding of linear programming and network flow techniques.

Table of Contents:
Preface. ONE: INTRODUCTION. 1.1 The Linear Programming Problem. 1.2 Linear Programming Modeling and Examples. 1.3 Geometric Solution. 1.4 The Requirement Space. 1.5 Notation. Exercises. Notes and References. TWO: LINEAR ALGEBRA, CONVEX ANALYSIS, AND POLYHEDRAL SETS. 2.1 Vectors. 2.2 Matrices. 2.3 Simultaneous Linear Equations. 2.4 Convex Sets and Convex Functions. 2.5 Polyhedral Sets and Polyhedral Cones. 2.6 Extreme Points, Faces, Directions, and Extreme Directions of Polyhedral Sets: Geometric Insights. 2.7 Representation of Polyhedral Sets. Exercises. Notes and References. THREE: THE SIMPLEX METHOD. 3.1 Extreme Points and Optimality. 3.2 Basic Feasible Solutions. 3.3 Key to the Simplex Method. 3.4 Geometric Motivation of the Simplex Method. 3.5 Algebra of the Simplex Method. 3.6 Termination: Optimality and Unboundedness. 3.7 The Simplex Method. 3.8 The Simplex Method in Tableau Format. 3.9 Block Pivoting. Exercises. Notes and References. FOUR: STARTING SOLUTION AND CONVERGENCE. 4.1 The Initial Basic Feasible Solution. 4.2 The Two-Phase Method. 4.3 The Big-M Method. 4.4 How Big Should Big-M Be? 4.5 The Single Artificial Variable Technique. 4.6 Degeneracy, Cycling, and Stalling. 4.7 Validation of Cycling Prevention Rules. Exercises. Notes and References. FIVE: SPECIAL SIMPLEX IMPLEMENTATIONS AND OPTIMALITY CONDITIONS. 5.1 The Revised Simplex Method. 5.2 The Simplex Method for Bounded Variables. 5.3 Farkas’ Lemma via the Simplex Method. 5.4 The Karush-Kuhn-Tucker Optimality Conditions. Exercises. Notes and References. SIX: DUALITY AND SENSITIVITY ANALYSIS. 6.1 Formulation of the Dual Problem. 6.2 Primal-Dual Relationships. 6.3 Economic Interpretation of the Dual. 6.4 The Dual Simplex Method. 6.5 The Primal-Dual Method. 6.6 Finding an Initial Dual Feasible Solution: The Artificial Constraint Technique. 6.7 Sensitivity Analysis. 6.8 Parametric Analysis. Exercises. Notes and References. SEVEN: THE DECOMPOSITION PRINCIPLE. 7.1 The Decomposition Algorithm. 7.2 Numerical Example. 7.3 Getting Started. 7.4 The Case of Unbounded Region X. 7.5 Block Diagonal or Angular Structure. 7.6 Duality and Relationships with other Decomposition Procedures. Exercises. Notes and References. EIGHT: COMPLEXITY OF THE SIMPLEX ALGORITHM AND POLYNOMIAL-TIME ALGORITHMS. 8.1 Polynomial Complexity Issues. 8.2 Computational Complexity of the Simplex Algorithm. 8.3 Khachian’s Ellipsoid Algorithm. 8.4 Karmarkar’s Projective Algorithm. 8.5 Analysis of Karmarkar’s Algorithm: Convergence, Complexity, Sliding Objective Method, and Basic Optimal Solutions. 8.6 Affine Scaling, Primal-Dual Path-Following, and Predictor-Corrector Variants of Interior Point Methods. Exercises. Notes and References. NINE: MINIMAL-COST NETWORK FLOWS. 9.1 The Minimal-Cost Network Flow Problem. 9.2 Some Basic Definitions and Terminology from Graph Theory. 9.3 Properties of the A Matrix. 9.4 Representation of a Nonbasic Vector in Terms of the Basic Vectors. 9.5 The Simplex Method for Network Flow Problems. 9.6 An Example of the Network Simplex Method. 9.7 Finding an Initial Basic Feasible Solution. 9.8 Network Flows with Lower and Upper Bounds. 9.9 The Simplex Tableau Associated with a Network Flow Problem. 9.10 List Structures for Implementing the Network Simplex Algorithm. 9.11 Degeneracy, Cycling, and Stalling. 9.12 Generalized Network Problems. Exercises. Notes and References. TEN: THE TRANSPORTATION AND ASSIGNMENT PROBLEMS. 10.1 Definition of the Transportation Problem. 10.2 Properties of the A Matrix. 10.3 Representation of a Nonbasic Vector in Terms of the Basic Vectors. 10.4 The Simplex Method for Transportation Problems. 10.5 Illustrative Examples and a Note on Degeneracy. 10.6 The Simplex Tableau Associated with a Transportation Tableau. 10.7 The Assignment Problem: (Kuhn’s) Hungarian Algorithm. 10.8 Alternating Path Basis Algorithm for Assignment Problems. 10.9 A Polynomial-Time Successive Shortest Path Approach for Assignment Problems. 10.10 The Transshipment Problem. Exercises. Notes and References. ELEVEN: THE OUT-OF-KILTER ALGORITHM. 11.1 The Out-of-Kilter Formulation of a Minimal Cost Network Flow Problem. 11.2 Strategy of the Out-of-Kilter Algorithm. 11.3 Summary of the Out-of-Kilter Algorithm. 11.4 An Example of the Out-of-Kilter Algorithm. 11.5 A Labeling Procedure for the Out-of-Kilter Algorithm. 11.6 Insight into Changes in Primal and Dual Function Values. 11.7 Relaxation Algorithms. Exercises. Notes and References. TWELVE: MAXIMAL FLOW, SHORTEST PATH, MULTICOMMODITY FLOW, AND NETWORK SYNTHESIS PROBLEMS. 12.1 The Maximal Flow Problem. 12.2 The Shortest Path Problem. 12.3 Polynomial-Time Shortest Path Algorithms for Networks Having Arbitrary Costs. 12.4 Multicommodity Flows. 12.5 Characterization of a Basis for the Multicommodity Minimal-Cost Flow Problem. 12.6 Synthesis of Multiterminal Flow Networks. Exercises. Notes and References. BIBLIOGRAPHY. INDEX.


Best Sellers


Product Details
  • ISBN-13: 9780470462720
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 38
  • Height: 239 mm
  • No of Pages: 768
  • Series Title: English
  • Weight: 1133 gr
  • ISBN-10: 0470462728
  • Publisher Date: 15 Jan 2010
  • Binding: Hardback
  • Edition: 4
  • Language: English
  • Returnable: N
  • Spine Width: 43 mm
  • Width: 165 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

5       |  5 Reviews 
out of (%) reviewers recommend this product
Top Reviews
Rating Snapshot
Select a row below to filter reviews.
5
4
3
2
1
Average Customer Ratings
5       |  5 Reviews 
00 of 0 Reviews
Sort by :
Active Filters

00 of 0 Reviews
SEARCH RESULTS
1–2 of 2 Reviews
    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!

    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!


Sample text
Photo of
    Media Viewer

    Sample text
    Reviews
    Reader Type:
    BoxerLover2
    00 of 0 review

    Your review was submitted!
    Linear Programming and Network Flows: (English)
    John Wiley & Sons Inc -
    Linear Programming and Network Flows: (English)
    Writing guidlines
    We want to publish your review, so please:
    • keep your review on the product. Review's that defame author's character will be rejected.
    • Keep your review focused on the product.
    • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
    • Refrain from mentioning competitors or the specific price you paid for the product.
    • Do not include any personally identifiable information, such as full names.

    Linear Programming and Network Flows: (English)

    Required fields are marked with *

    Review Title*
    Review
      Add Photo Add up to 6 photos
      Would you recommend this product to a friend?
      Tag this Book
      Read more
      Does your review contain spoilers?
      What type of reader best describes you?
      I agree to the terms & conditions
      You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

      CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

      These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


      By submitting any content to Bookswagon, you guarantee that:
      • You are the sole author and owner of the intellectual property rights in the content;
      • All "moral rights" that you may have in such content have been voluntarily waived by you;
      • All content that you post is accurate;
      • You are at least 13 years old;
      • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
      You further agree that you may not submit any content:
      • That is known by you to be false, inaccurate or misleading;
      • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
      • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
      • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
      • For which you were compensated or granted any consideration by any unapproved third party;
      • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
      • That contains any computer viruses, worms or other potentially damaging computer programs or files.
      You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


      For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


      All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

      Accept

      New Arrivals


      Inspired by your browsing history


      Your review has been submitted!

      You've already reviewed this product!
      ASK VIDYA