Deterministic Operations Research: Models And Methods In Linear Optimization
商品資訊
ISBN13:9780470484517
出版社:John Wiley & Sons Inc
作者:Rader
出版日:2010/07/08
裝訂/頁數:精裝/632頁
定價
:NT$ 9837 元優惠價
:
90 折 8853 元
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
商品簡介
作者簡介
名人/編輯推薦
目次
商品簡介
Uniquely blends mathematical theory and algorithm design for understanding and modeling real-world problems
Optimization modeling and algorithms are key components to problem-solving across various fields of research, from operations research and mathematics to computer science and engineering. Addressing the importance of the algorithm design process. Deterministic Operations Research focuses on the design of solution methods for both continuous and discrete linear optimization problems. The result is a clear-cut resource for understanding three cornerstones of deterministic operations research: modeling real-world problems as linear optimization problem; designing the necessary algorithms to solve these problems; and using mathematical theory to justify algorithmic development.
Treating real-world examples as mathematical problems, the author begins with an introduction to operations research and optimization modeling that includes applications form sports scheduling an the airline industry. Subsequent chapters discuss algorithm design for continuous linear optimization problems, covering topics such as convexity. Farkas’ Lemma, and the study of polyhedral before culminating in a discussion of the Simplex Method. The book also addresses linear programming duality theory and its use in algorithm design as well as the Dual Simplex Method. Dantzig-Wolfe decomposition, and a primal-dual interior point algorithm. The final chapters present network optimization and integer programming problems, highlighting various specialized topics including label-correcting algorithms for the shortest path problem, preprocessing and probing in integer programming, lifting of valid inequalities, and branch and cut algorithms.
Concepts and approaches are introduced by outlining examples that demonstrate and motivate theoretical concepts. The accessible presentation of advanced ideas makes core aspects easy to understand and encourages readers to understand how to think about the problem, not just what to think. Relevant historical summaries can be found throughout the book, and each chapter is designed as the continuation of the “story” of how to both model and solve optimization problems by using the specific problems-linear and integer programs-as guides. The book’s various examples are accompanied by the appropriate models and calculations, and a related Web site features these models along with Maple™ and MATLAB content for the discussed calculations.
Thoroughly class-tested to ensure a straightforward, hands-on approach, Deterministic Operations Research is an excellent book for operations research of linear optimization courses at the upper-undergraduate and graduate levels. It also serves as an insightful reference for individuals working in the fields of mathematics, engineering, computer science, and operations research who use and design algorithms to solve problem in their everyday work.
Optimization modeling and algorithms are key components to problem-solving across various fields of research, from operations research and mathematics to computer science and engineering. Addressing the importance of the algorithm design process. Deterministic Operations Research focuses on the design of solution methods for both continuous and discrete linear optimization problems. The result is a clear-cut resource for understanding three cornerstones of deterministic operations research: modeling real-world problems as linear optimization problem; designing the necessary algorithms to solve these problems; and using mathematical theory to justify algorithmic development.
Treating real-world examples as mathematical problems, the author begins with an introduction to operations research and optimization modeling that includes applications form sports scheduling an the airline industry. Subsequent chapters discuss algorithm design for continuous linear optimization problems, covering topics such as convexity. Farkas’ Lemma, and the study of polyhedral before culminating in a discussion of the Simplex Method. The book also addresses linear programming duality theory and its use in algorithm design as well as the Dual Simplex Method. Dantzig-Wolfe decomposition, and a primal-dual interior point algorithm. The final chapters present network optimization and integer programming problems, highlighting various specialized topics including label-correcting algorithms for the shortest path problem, preprocessing and probing in integer programming, lifting of valid inequalities, and branch and cut algorithms.
Concepts and approaches are introduced by outlining examples that demonstrate and motivate theoretical concepts. The accessible presentation of advanced ideas makes core aspects easy to understand and encourages readers to understand how to think about the problem, not just what to think. Relevant historical summaries can be found throughout the book, and each chapter is designed as the continuation of the “story” of how to both model and solve optimization problems by using the specific problems-linear and integer programs-as guides. The book’s various examples are accompanied by the appropriate models and calculations, and a related Web site features these models along with Maple™ and MATLAB content for the discussed calculations.
Thoroughly class-tested to ensure a straightforward, hands-on approach, Deterministic Operations Research is an excellent book for operations research of linear optimization courses at the upper-undergraduate and graduate levels. It also serves as an insightful reference for individuals working in the fields of mathematics, engineering, computer science, and operations research who use and design algorithms to solve problem in their everyday work.
作者簡介
David J. Rader Jr., PhD, is Associate Professor of Mathematics at Rose-Hulman Institute of Technology, where he is also the editor of the Rose-Hulman Institute of Technology Undergraduate Mathematics Journal. Dr. Rader currently focuses his research in the areas of nonlinear 0-1 optimization, computational integer programming, and exam time timetabling.
名人/編輯推薦
"Thoroughly class-tested to ensure a straightforward, hands-on approach, Deterministic Operations Research is an excellent book for operations research of linear optimization courses at the upper-undergraduate and graduate levels." (TMCnet.com, 14 February 2011)
"The result is a clear-cut resource for understanding three cornerstones of deterministic operations research: modeling real-world problems as linear optimization problems; designing the necessary algorithms to solve these problems; and using mathematical theory to justify algorithmic development." (InfoTECH Spotlight - TMCnet, 8 February 2011)
"The result is a clear-cut resource for understanding three cornerstones of deterministic operations research: modeling real-world problems as linear optimization problems; designing the necessary algorithms to solve these problems; and using mathematical theory to justify algorithmic development." (InfoTECH Spotlight - TMCnet, 8 February 2011)
目次
Preface.
1. Introduction to Operations Research.
1.1 What is Deterministic Operations Research?
1.2 Introduction to Optimization Modeling.
1.3 Common Classes of Mathematical Programs.
1.4 About the Book.
Exercises.
2. Linear Programming Modeling.
2.1 Resource Allocation Models.
2.2 Work Scheduling Models.
2.3 Models and Data.
2.4 Blending Models.
2.5 Production Process Models.
2.6 Multiperiod Models: Work Scheduling and Inventory.
2.7 Linearization of Special Nonlinear Models.
2.8 Various Forms of Linear Programs.
2.9 Network Models.
Exercises.
3. Integer and Combinatorial Models.
3.1 Fixed-Charge Models.
3.2 Set Covering Models.
3.3 Models Using Logical Constraints.
3.4 Combinatorial Models.
3.5 Sports Scheduling and an Introduction to IP Solution Technques.
Exercises.
4. Real-World Operations Research Applications: An Introduction.
4.1 Vehicle Routing Problems.
4.2 Facility Location and Network Design Models.
4.3 Applications in the Airline Industry.
Exercises.
5. Introduction to Algorithm.
5.1 Exact and Heuristic Algorithms.
5.2 What to Ask When Designing Algorithms?
5.3 Constructive versus Local Search Algorithms.
5.4 How Good is our Heuristic Solution?
5.5 Example of a Local Search Method.
5.7 Other Heuristic Methods.
5.8 Designing Exact Methods: Optimality Conditions.
Exercises.
6. Improving Search Algorithms and Comvexity.
6.1 Improving Search and Optimal Solutions.
6.2 Finding Better Solutions.
6.3 Convexity: When Does Improving Search Imply Global Optimality?
6.4 Farkas’ Lemma: When Can No Improving Feasible Direction be Found?
Exercises.
7. Geometry and Algebra of Linear Programs.
7.1 Geometry and Algebra of “Corner Points”.
7.2 Fundamental Theorem of Linear Programming.
7.3 Linear Programs in Canonical Form.
Exercises.
8. Solving Linear Programs: Simplex Method.
8.1 Simplex Method.
8.2 Making the Simplex Method More Efficient.
8.3 Convergence, Degeneracy, and the Simplex Method.
8.4 Finding an Initial Solution: Two-Phase Method.
8.5 Bounded Simplex Method.
8.6 Computational Issues.
Exercises.
9. Linear Programming Duality.
9.1 Motivation: Generation Bounds.
9.2 Dual Linear Program.
9.3 Duality Theorems.
9.4 Another Interpretation of the Simplex Method.
9.5 Farkas’ Lemma Revisited.
9.6 Economic Interpretation of the Dual.
9.7 Another Duality Approach: Lagrangian Duality.
Exercises.
10. Sensitivity Analysis of Linear Programs.
10.1 Graphical Sensitivity Analysis.
10.2 Sensitivity Analysis Calculations.
10.3 Use of Sensitivity Analysis.
10.4 Parametric Programming.
Exercises.
11. Algorithmic Applications of Duality.
11.1 Dual Simplex Method.
11.2 Transportation Problem.
11.3 Column Generation.
11.4 Dantzig-Wolfe Decomposition.
11.5 Primal-Dual Interior Point Method.
Exercises.
12. Network Optimization Algorithms.
12.1 Introduction to Network Optimization.
12.2 Shortest Path Problems.
12.3 Maximum Flow Problems.
12.4 Minimum Cost Network Flow Problems.
Exercises.
13. Introduction to Integer Programming.
13.1 Basic Definitions and Formulations.
13.2 Relaxations and Bounds.
13.3 Preprocessing and Probing.
13.4 When are Integer Programs “Easy?’
Exercises.
14. Solving Integer Programs: Exact Methods.
14.1 Complete Enumeration.
14.2 Branch-and Bound Methods.
14.3 Valid Inequalities and Cutting Planes.
14.4 Gomory’s Cutting Plane Algorithm.
14.5 Valid Inequalities for 0-1 Knapsack Constraints.
14.6 Branch-and-Cut Algorithms.
14.7 Computational Issues.
Exercises.
15. Solving Integer Programs: Modern Heuristic Techniques.
15.1 Review of Local Search Methods: Pros and Cons.
15.2 Simulated Annealing.
15.3 Tabu Search.
15.4 Genetic Algorithms.
15.5 GRASP Algorithms.
Exercises.
Appendix A: Background Review.
A.1 Basic Notation.
A.2 Graph Theory.
A.3 Linear Algebra.
Reference.
Index.
1. Introduction to Operations Research.
1.1 What is Deterministic Operations Research?
1.2 Introduction to Optimization Modeling.
1.3 Common Classes of Mathematical Programs.
1.4 About the Book.
Exercises.
2. Linear Programming Modeling.
2.1 Resource Allocation Models.
2.2 Work Scheduling Models.
2.3 Models and Data.
2.4 Blending Models.
2.5 Production Process Models.
2.6 Multiperiod Models: Work Scheduling and Inventory.
2.7 Linearization of Special Nonlinear Models.
2.8 Various Forms of Linear Programs.
2.9 Network Models.
Exercises.
3. Integer and Combinatorial Models.
3.1 Fixed-Charge Models.
3.2 Set Covering Models.
3.3 Models Using Logical Constraints.
3.4 Combinatorial Models.
3.5 Sports Scheduling and an Introduction to IP Solution Technques.
Exercises.
4. Real-World Operations Research Applications: An Introduction.
4.1 Vehicle Routing Problems.
4.2 Facility Location and Network Design Models.
4.3 Applications in the Airline Industry.
Exercises.
5. Introduction to Algorithm.
5.1 Exact and Heuristic Algorithms.
5.2 What to Ask When Designing Algorithms?
5.3 Constructive versus Local Search Algorithms.
5.4 How Good is our Heuristic Solution?
5.5 Example of a Local Search Method.
5.7 Other Heuristic Methods.
5.8 Designing Exact Methods: Optimality Conditions.
Exercises.
6. Improving Search Algorithms and Comvexity.
6.1 Improving Search and Optimal Solutions.
6.2 Finding Better Solutions.
6.3 Convexity: When Does Improving Search Imply Global Optimality?
6.4 Farkas’ Lemma: When Can No Improving Feasible Direction be Found?
Exercises.
7. Geometry and Algebra of Linear Programs.
7.1 Geometry and Algebra of “Corner Points”.
7.2 Fundamental Theorem of Linear Programming.
7.3 Linear Programs in Canonical Form.
Exercises.
8. Solving Linear Programs: Simplex Method.
8.1 Simplex Method.
8.2 Making the Simplex Method More Efficient.
8.3 Convergence, Degeneracy, and the Simplex Method.
8.4 Finding an Initial Solution: Two-Phase Method.
8.5 Bounded Simplex Method.
8.6 Computational Issues.
Exercises.
9. Linear Programming Duality.
9.1 Motivation: Generation Bounds.
9.2 Dual Linear Program.
9.3 Duality Theorems.
9.4 Another Interpretation of the Simplex Method.
9.5 Farkas’ Lemma Revisited.
9.6 Economic Interpretation of the Dual.
9.7 Another Duality Approach: Lagrangian Duality.
Exercises.
10. Sensitivity Analysis of Linear Programs.
10.1 Graphical Sensitivity Analysis.
10.2 Sensitivity Analysis Calculations.
10.3 Use of Sensitivity Analysis.
10.4 Parametric Programming.
Exercises.
11. Algorithmic Applications of Duality.
11.1 Dual Simplex Method.
11.2 Transportation Problem.
11.3 Column Generation.
11.4 Dantzig-Wolfe Decomposition.
11.5 Primal-Dual Interior Point Method.
Exercises.
12. Network Optimization Algorithms.
12.1 Introduction to Network Optimization.
12.2 Shortest Path Problems.
12.3 Maximum Flow Problems.
12.4 Minimum Cost Network Flow Problems.
Exercises.
13. Introduction to Integer Programming.
13.1 Basic Definitions and Formulations.
13.2 Relaxations and Bounds.
13.3 Preprocessing and Probing.
13.4 When are Integer Programs “Easy?’
Exercises.
14. Solving Integer Programs: Exact Methods.
14.1 Complete Enumeration.
14.2 Branch-and Bound Methods.
14.3 Valid Inequalities and Cutting Planes.
14.4 Gomory’s Cutting Plane Algorithm.
14.5 Valid Inequalities for 0-1 Knapsack Constraints.
14.6 Branch-and-Cut Algorithms.
14.7 Computational Issues.
Exercises.
15. Solving Integer Programs: Modern Heuristic Techniques.
15.1 Review of Local Search Methods: Pros and Cons.
15.2 Simulated Annealing.
15.3 Tabu Search.
15.4 Genetic Algorithms.
15.5 GRASP Algorithms.
Exercises.
Appendix A: Background Review.
A.1 Basic Notation.
A.2 Graph Theory.
A.3 Linear Algebra.
Reference.
Index.
主題書展
更多
主題書展
更多書展購物須知
外文書商品之書封,為出版社提供之樣本。實際出貨商品,以出版社所提供之現有版本為主。部份書籍,因出版社供應狀況特殊,匯率將依實際狀況做調整。
無庫存之商品,在您完成訂單程序之後,將以空運的方式為你下單調貨。為了縮短等待的時間,建議您將外文書與其他商品分開下單,以獲得最快的取貨速度,平均調貨時間為1~2個月。
為了保護您的權益,「三民網路書店」提供會員七日商品鑑賞期(收到商品為起始日)。
若要辦理退貨,請在商品鑑賞期內寄回,且商品必須是全新狀態與完整包裝(商品、附件、發票、隨貨贈品等)否則恕不接受退貨。

