Difference between revisions of "MSCs2007"
From assela Pathirana
Jump to navigationJump to search
Line 16: | Line 16: | ||
*** Weighted graph partitioning: http://www.cs.sunysb.edu/~algorith/files/graph-partition.shtml, | *** Weighted graph partitioning: http://www.cs.sunysb.edu/~algorith/files/graph-partition.shtml, | ||
*** METIS is a software for graph partitioning that can do multiple constraint graph partitioning. For example it can implement Minimizing the Total Communication Volume and balancing nodal demands in each partition. (Manual:[[Image:Metis_program_manual_2007.pdf|metis.pdf]]). Can be downloaded from: http://glaros.dtc.umn.edu/gkhome/metis/metis/download | *** METIS is a software for graph partitioning that can do multiple constraint graph partitioning. For example it can implement Minimizing the Total Communication Volume and balancing nodal demands in each partition. (Manual:[[Image:Metis_program_manual_2007.pdf|metis.pdf]]). Can be downloaded from: http://glaros.dtc.umn.edu/gkhome/metis/metis/download | ||
;Process: | |||
:# Learn elements of metis | |||
:# Can it draw? If not link it with a display program (offline? GNUPlot) | |||
:# Customize it to partion weighted graphs. |
Revision as of 08:57, 4 September 2007
Leakage zone creation and management of leakage
- Max-Flow Min-Cut Animation
- Flow-networks: General article in wikipedia [1]
Water Supply & Drainage Board
- Mr. Sarath Gamini (DGM, Projects, Katugastota)
- Mr. Attanayake (DGM, Central Region, Gatembe office)
Graph Theory
- Graph partioning:
- Beyond GP:
- http://www.cs.sandia.gov/~bahendr/partitioning.html (See: Alternatives to Standard Graph Partitioning)
- Weighted graphs: http://en.wikipedia.org/wiki/Weighted_graph
- Weighted graph partitioning: http://www.cs.sunysb.edu/~algorith/files/graph-partition.shtml,
- METIS is a software for graph partitioning that can do multiple constraint graph partitioning. For example it can implement Minimizing the Total Communication Volume and balancing nodal demands in each partition. (Manual:File:Metis program manual 2007.pdf). Can be downloaded from: http://glaros.dtc.umn.edu/gkhome/metis/metis/download
- Process
-
- Learn elements of metis
- Can it draw? If not link it with a display program (offline? GNUPlot)
- Customize it to partion weighted graphs.