中图网(原中国图书网):网上书店,尾货特色书店,30万种特价书低至2折!

歡迎光臨中圖網 請 | 注冊
> >>
網絡流:理論、算法與應用

包郵 網絡流:理論、算法與應用

出版社:世界圖書出版公司出版時間:2023-09-01
開本: 其他 頁數: 846
本類榜單:自然科學銷量榜
中 圖 價:¥143.3(7.2折) 定價  ¥199.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
本類五星書更多>

網絡流:理論、算法與應用 版權信息

  • ISBN:9787519283438
  • 條形碼:9787519283438 ; 978-7-5192-8343-8
  • 裝幀:平裝-膠訂
  • 冊數:暫無
  • 重量:暫無
  • 所屬分類:>>

網絡流:理論、算法與應用 內容簡介

本書全面介紹了經典的和現代的網絡流技術,包括綜合的理論、算法與應用。主要內容包括:路徑、樹與周期,算法設計與分析,優選流與*小流算法,分派與匹配,*小生成樹,拉格朗日松弛與網絡優化等。書中包含大量練習題,拓展了本書的內容,便于教學。

網絡流:理論、算法與應用 目錄

PREFACE 1 INTRODUCTION 1.1 Introduction 1.2 Network Flow Problems 1.3 Applications 1.4 Summary Reference Notes Exercises 2 PATHS, TREES, AND CYCLES 2.1 Introduction 2.2 Notation and Definitions 2.3 Network Representations 2.4 Network Transformations 2.5 Summary Reference Notes Exercises 3 ALGORITHM DESIGN AND ANALYSIS 3.1 Introduction 3.2 Complexity Analysis 3.3 Developing Polynomial-Time Algorithms 3.4 Search Algorithms 3.5 Flow Decomposition Algorithms 3.6 Summary Reference Notes Exercises 4 SHORTEST PATHS: LABEL-SETTING ALGORITHMS 4.1 Introduction 4.2 Applications 4.3 Tree of Shortest Paths 4.4 Shortest Path Problems in Acyclic Networks 4.5 Dijkstra's Algorithm 4.6 Dial's Implementation 4.7 Heap Implementations 4.8 Radix Heap Implementation 4.9 Summary Reference Notes Exercises 5 SHORTEST PATHS: LABEL-CORRECTING ALGORITHMS 5.1 Introduction 5.2 Optimality Conditions 5.3 Generic Label-Correcting Algorithms 5.4 Special Implementations of the Modified Label-Correcting Algorithm, 5.5 Detecting Negative Cycles 5.6 All-Pairs Shortest Path Problem 5.7 Minimum Cost-to-Time Ratio Cycle Problem 5.8 Summary Reference Notes Exercises 6 MAXIMUM FLOWS: BASIC DEAS 6.1 Introduction 6.2 Applications 6.3 Flows and Cuts 6.4 Generic Augmenting Path Algorithm 6.5 Labeling Algorithm and the Max-Flow Min-Cut Theorem 6.6 Combinatorial Implications of the Max-Flow Min-Cut Theorem 6.7 Flows with Lower Bounds 6.8 Summary Reference Notes Exercises 7 MAXIMUM FLOWS: POLYNOMIAL ALGORITHMS 7.1 Introduction 7.2 Distance Labels 7.3 Capacity Scaling Algorithm 7.4 Shortest Augmenting Path Algorithm 7.5 Distance Labels and Layered Networks 7.6 Generic Preflow-Push Algorithm 7.7 FIFO Preflow-Push Algorithm 7.8 Highest-Label Preflow-Push Algorithm 7.9 Excess Scaling Algorithm 7.10 Summary Reference Notes Exercises 8 MAXIMUM FLOWS: ADDITIONAL TOPICS 8.1 Introduction 8.2 Flows in Unit Capacity Networks 8.3 Flows in Bipartite Networks 8.4 Flows in Planar Undirected Networks 8.5 Dynamic Tree 8.6 Implementations 8.7 Network Connectivity 8.8 All-Pairs Minimum Value Cut Problem 8.9 Summary Reference Notes Exercises 9 MINIMUM COST FLOWS: BABIC ALGORITHMS 9.1 Introduction 9.2 Applications 9.3 Optimality Conditions 9.4 Minimum Cost Flow Duality 9.5 Relating Optimal Flows to Optimal Node Potentials 9.6 Cycle-Canceling Algorithm and the Integrality Property 9.7 Successive Shortest Path Algorithm 9.8 Primal-Dual Algorithm 9.9 Out-of-Kilter Algorithm 9.10 Relaxation Algorithm 9.11 Sensitivity Analysis 9.12 Summary Reference Notes Exercises 10 MINIMUM COST FLOWB: POLYNOMIAL ALGORITHMS 10.1 Introduction 10.2 Capacity Scaling Algorithm 10.3 Cost Scaling Algorithm 10.4 Double Scaling Algorithm 10.5 Minimum Mean Cycle-Canceling Algorithm 10.6 Repeated Capacity Scaling Algorithm 10.7 Enhanced Capacity Scaling Algorithm 10.8 Summary Reference Notes Exercises 11 MINIMUM COST FLOWS: NETWORK SIMPLEX ALGORITHMS 11.1 Introduction 11.2 Cycle Free and Spanning Tree Solutions 11.3 Maintaining a Spanning Tree Structure 11.4 Computing Node Potentials and Flows 11.5 Network Simplex Algorithm 11.6 Strongly Feasible Spanning Trees 11.7 Network Simplex Algorithm for the Shortest Path Problem 11.8 Network Simplex Algorithm for the Maximum Flow Problem 11.9 Related Network Simplex Algorithms 11.10 Sensitivity Analysis 11.11 Relationship to Simplex Method 11.12 Unimodularity Property 11.13 Summary Reference Notes Exercises 12 ASSIGNMENTS AND MATCHINGS 12.1 Introduction 12.2 Applications 12.3 Bipartite Cardinality Matching Problem 12.4 Bipartite Weighted Matching Problem 12.5 Stable Marriage Problem 12.6 Nonbipartite Cardinality Matching Problem 12.7 Matchings and Paths 12.8 Summary Reference Notes Exercises 13 MINIMUM SPANNING TREES 13.1 Introduction 13.2 Applicattons 13.3 Optimality Conditions 13.4 Kruskal's Algorithm 13.5 Prim's Algorithm 13.6 Sollin's Algorithm 13.7 Minimum Spanning Trees and Matroids 13.8 Minimum Spanning Trees and Linear Programming 13.9 Summary Reference Notes Exercises 14 CONVEX COST FLOWS 14.1 Introduction 14.2 Applications 14.3 Transformation to a Minimum Cost Flow Problem 14.4 Pseudopolynomial-Time Algorithms 14.5 Polynomial-Time Algorithm 14.6 Summary Reference Notes Exercises 15 GENERALIZED FLOWS 15.1 Introduction 15.2 Applications 15.3 Augmented Forest Structures 15.4 Determining Potentials and Flows for an Augmented Forest Structure 15.5 Good Augmented Forests and Linear Programming 15.6 Bases Generalized Network Simplex Algorithm 15.7 Summary Reference Notes Exercises 16 LAGRANGIAN RELAXATION AND NETWORK OPTIMTZATION 16.1 Introduction 16.2 Problem Relaxations and Branch and Bound 16.3 Lagrangian Relaxation Technique 16.4 Lagrangian Relaxation and Linear Programming 16.5 Applications of Lagrangian Relaxation 16.6 Summary Reference Notes Exercises 17 MULTICOMMODITY FLOWS 17.1 Introduction 17.2 Applications 17.3 Optimality Conditions 17.4 Lagrangian Relaxation 17.5 Column Generation Approach 17.6 Dantzig-Wolfe Decomposition 17.7 Resource-Directive Decomposition 17.8 Basis Partitioning 17.9 Summary Reference Notes Exercises 18 COMPUTATIONAL TESTING OF ALGORITHMS 18.1 Introduction 18.2 Representative Operation Counts 18.3 Application to Network Simplex Algorithm 18.4 Summary Reference Notes Exercises 19 ADDITIONAL APPLICATIONS 19.1 Introduction 19.2 Maximum Weight Closure of a Graph 19.3 Data Scaling 19.4 Science Applications 19.5 Project Management 19.6 Dynamic Flows 19.7 Arc Routing Problems 19.8 Facility Layout and Location 19.9 Production and Inventory Planning 19.10 Summary Reference Notes Exercises APPENDIX A DATA STRUCTURES A.1 Introduction A.2 Elementary Data Structures A.3 d-Heaps A.4 Fibonacci Heaps Reference Notes APPENDIX B N-COMPLETENESS B.1 Introduction B.2 Problem Reductions and Transformations B.3 Problem Classes P, N, NoP-Complete, and N-Hard B.4 Proving NP-Completeness Results B.5 Concluding Remarks Reference Notes APPENDIX C LINEAR PROGRAMMING C.1 Introduction C.2 Graphical Solution Procedure C.3 Basic Feasible Solutions C.4 Simplex Method C.5 Bounded Variable Simplex Method C.6 Linear Programming Duality Reference Notes REFERENCES INDEX
展開全部

網絡流:理論、算法與應用 作者簡介

作者Thomas L. Magnanti和James B. Orlin是美國麻省理工學院的著名教授。作者Ravindra K. Ahuja曾在麻省理工學院斯隆管理學院做訪問學者,與沃林教授合作研究若干網絡流問題的快速算法,這期間的工作促成了本書的面世。

商品評論(0條)
暫無評論……
書友推薦
本類暢銷
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 医用酒精_84消毒液_碘伏消毒液等医用消毒液-漓峰消毒官网 | 合肥花魁情感婚姻咨询中心_挽回爱情_修复婚姻_恋爱指南 | 昆明化妆培训-纹绣美甲-美容美牙培训-昆明博澜培训学校 | 西点培训学校_法式西点培训班_西点师培训_西点蛋糕培训-广州烘趣西点烘焙培训学院 | 电磁流量计_智能防腐防爆管道式计量表-金湖凯铭仪表有限公司 | 全自动包衣机-无菌分装隔离器-浙江迦南科技股份有限公司 | 红立方品牌应急包/急救包加盟,小成本好项目代理_应急/消防/户外用品加盟_应急好项目加盟_新奇特项目招商 - 中红方宁(北京) 供应链有限公司 | 深圳VI设计-画册设计-LOGO设计-包装设计-品牌策划公司-[智睿画册设计公司] | 包装机_厂家_价格-山东包装机有限公司 | SPC工作站-连杆综合检具-表盘气动量仪-内孔缺陷检测仪-杭州朗多检测仪器有限公司 | 除尘布袋_液体过滤袋_针刺毡滤料-杭州辉龙过滤技术有限公司 | 山东锐智科电检测仪器有限公司_超声波测厚仪,涂层测厚仪,里氏硬度计,电火花检漏仪,地下管线探测仪 | 微水泥_硅藻泥_艺术涂料_艺术漆_艺术漆加盟-青岛泥之韵环保壁材 武汉EPS线条_EPS装饰线条_EPS构件_湖北博欧EPS线条厂家 | 蒜肠网-动漫,二次元,COSPLAY,漫展以及收藏型模型,手办,玩具的新媒体.(原变形金刚变迷TF圈) | 山东包装,山东印刷厂,济南印刷厂-济南富丽彩印刷有限公司 | 超声波成孔成槽质量检测仪-压浆机-桥梁预应力智能张拉设备-上海硕冠检测设备有限公司 | 油漆辅料厂家_阴阳脚线_艺术漆厂家_内外墙涂料施工_乳胶漆专用防霉腻子粉_轻质粉刷石膏-魔法涂涂 | 南京和瑞包装有限公司| 尊享蟹太太美味,大闸蟹礼卡|礼券|礼盒在线预订-蟹太太官网 | 碎石机设备-欧版反击破-欧版颚式破碎机(站)厂家_山东奥凯诺机械 高低温试验箱-模拟高低温试验箱订制-北京普桑达仪器科技有限公司【官网】 | 粉末包装机-给袋式包装机-全自动包装机-颗粒-液体-食品-酱腌菜包装机生产线【润立机械】 | 切铝机-数控切割机-型材切割机-铝型材切割机-【昆山邓氏精密机械有限公司】 | 北京宣传片拍摄_产品宣传片拍摄_宣传片制作公司-现像传媒 | 南汇8424西瓜_南汇玉菇甜瓜-南汇水蜜桃价格 | 耐酸碱泵-自吸耐酸碱泵型号「品牌厂家」立式耐酸碱泵价格-昆山国宝过滤机有限公司首页 | 东莞注册公司-代办营业执照-东莞公司注册代理记账-极刻财税 | 山东led显示屏,山东led全彩显示屏,山东LED小间距屏,临沂全彩电子屏-山东亚泰视讯传媒有限公司 | 铝合金线槽_铝型材加工_空调挡水板厂家-江阴炜福金属制品有限公司 | pbootcms网站模板|织梦模板|网站源码|jquery建站特效-html5模板网 | SEO网站优化,关键词排名优化,苏州网站推广-江苏森歌网络 | 海鲜池-专注海鲜鱼缸、移动海鲜缸、饭店鱼缸设计定做-日晟水族厂家 | 螺旋丝杆升降机-SWL蜗轮-滚珠丝杆升降机厂家-山东明泰传动机械有限公司 | 变色龙云 - 打包app_原生app_在线制作平台_短链接_ip查询 | 办公室装修_上海办公室设计装修_时尚办公新主张-后街印象 | 氢氧化钙设备_厂家-淄博工贸有限公司 | 机构创新组合设计实验台_液压实验台_气动实训台-戴育教仪厂 | 企业管理培训,企业培训公开课,企业内训课程,企业培训师 - 名课堂企业管理培训网 | 变位机,焊接变位机,焊接变位器,小型变位机,小型焊接变位机-济南上弘机电设备有限公司 | MES系统工业智能终端_生产管理看板/安灯/ESOP/静电监控_讯鹏科技 | 泰来华顿液氮罐,美国MVE液氮罐,自增压液氮罐,定制液氮生物容器,进口杜瓦瓶-上海京灿精密机械有限公司 | 全自动端子机|刺破式端子压接机|全自动双头沾锡机|全自动插胶壳端子机-东莞市傅氏兄弟机械设备有限公司 |