Projet

Général

Profil

Mtminer » Historique » Version 4

François Rioult, 17/01/2011 18:34

1 1 François Rioult
h1. Mtminer
2
3
h2. Synopsis
4
5 2 François Rioult
mtminer computes levelwisely the minimal transversals of a hypergraph [1]
6 1 François Rioult
7 4 François Rioult
h2. Input format
8
9
***Warning : each line has to end with a space character.***
10
11 1 François Rioult
h2. Example
12
13
<pre>
14
$ cat > /tmp/test
15
1 2 
16
2 3 
17
^D
18
$ mtminer /tmp/test
19
2 
20
# depth 2
21
1 3 
22
</pre>
23 2 François Rioult
24
h2. Reference
25
26
[1] Céline Hébert, Alain Bretto, Bruno Crémilleux: Optimizing hypergraph transversal computation with an anti-monotone constraint. SAC 2007: 443-444