MPI-INF Logo
Campus Event Calendar

Event Entry

New for: D3

What and Who

How to Minimize Fill-ins on Arbitrary Graphs

Elias Dahlhaus
Dept. of Computer Science, University of Bonn
AG1 Advanced Mini-Course
AG 1, AG 2, AG 3, AG 4  
AG Audience
English

Date, Time and Location

Tuesday, 20 July 99
13:30
90 Minutes
46
24
Saarbrücken

Abstract

The original problem is to find,

given a positive definite symmetric matrix,
a permutation of this matrix, such that
the number of zero entries that become non zero
entries is minimized if we apply Gauss elimination
along the diagonal. One is interested to keep a
matrix sparse if one applies Gauss elimination.

This problem translates into a graph problem.
We consider a graph (vertices correspond to
rows and columns) and numbering of the vertices
(the i-th vertex corresponds to the i-th row and column).
i and j are adjacent if the entry of the
i-th column and the j-th row is a non zero entry.
The Gauss elimination process along the diagonal
trans lates into making the neighbors
of the i-th vertex that have a greater number than i
pairwise adjacent where we start with the first vertex, continue
with the second vertex, and so on.

The additional edges are called the fill-in of the graph
and the particular numbering.

The problem is to find, given a graph, find a numbering
of the vertices, such that the fill-in is minimized.

The general problem is NP-complete.

In the first session (Tuesday), I will talk
about the following topics.

1) The problem of Minimum Fill-in

2) Structural Properties of the Fill-in Graph
and of Graphs with no Fill-in (''Chordal Graphs'')

3) NP-Completeness of Minimum Fill-in (Sketch)

4) Subset Minimal Fill-in, Trivial Algorithm and
Efficient Algorithm of Rose, Tarjan, and Lueker

5) Subset Minimal Fill-in can be Arbitrary Bad

6) Heuristics: -Minimum Degree Heuristics
-Nested Dissection(Sketch)

7) Results of Heuristics not Necessarily Minimal
(Examples)

8) Conversion of Orderings into Minimal Elimination Orderings
-Basic Strategy (quite inefficient)
-Improved Strategy by Blair, Heggerness and Telle

Second session, see July 22.

Contact

Petra Mutzel / Elias Dahlhaus
528
--email hidden
passcode not visible
logged in users only

Tags, Category, Keywords and additional notes

sparse matrices; fill-in; chordal graphs; efficient algorithms
This is a mini-course consisting of two lectures:
one on July 20 , the other one on July 22.