1 / 97
文档名称:

Graph Algorithms and Network Flows.pdf

格式:pdf   页数:97
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Graph Algorithms and Network Flows.pdf

上传人:bolee65 2014/1/28 文件大小:0 KB

下载得到文件列表

Graph Algorithms and Network Flows.pdf

文档介绍

文档介绍:IEOR 266, Fall 2003
Graph Algorithms work Flows
Professor Dorit Hochbaum
Contents
1 Introduction 1
Assignment Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Minimum work Flow Problem . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Transportation Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Example of general MCNF Problem - the chairs problem . . . . . . . . . . . . . . . . 4
Assigning Individuals to Tasks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Basic graph Deflnitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2 work Problems 7
Classes work Flow Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
work Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3 Totally Unimodular Matrices 15
plexity Analysis 17
Measuring Quality of an Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Growth of Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Deflnitions for parisons of functions . . . . . . . . . . . . . . . . . . . 19
Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Caveats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
A Sketch of the Ellipsoid Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
5 pleteness 22
Search vs. Decision . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
NP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
Some Problems in NP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
Co-NP . . . . . . . . . . . . . . . . . . . . . . . . .