文章目录
Chapter1: Tree,Arborescences and Branchings
1.1 Some graph theory concepts
图的基本概念。
1.2 Spanning Trees
生成树
1.3 Minimum Weight Spanning Trees
最小权支撑树
two algorithms for finding MST
(Prim,Kruskal)
The traveling salesman problem
TSP的4种近似解.
Chapter2: Transshipment Problem
2.1 The network simplex method (Feasible tree solution[FTS])
2.2 Initialization
2.4 Transportation problems
2.5 Some Applications to combinatorics
Chapter3:Shortest Path Promblems
Dijstra
Floed-Warshall
and so on .. 似乎有个负圈啥的
Chapter4: Minimum Cost Flow Problems (MCF)
最小费用流.