Projet

Général

Profil

Mtminer » Historique » Version 3

François Rioult, 17/01/2011 13:36

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
h2. Example
8
9
<pre>
10
$ cat > /tmp/test
11
1 2 
12
2 3 
13
^D
14
$ mtminer /tmp/test
15
2 
16
# depth 2
17
1 3 
18
</pre>
19 2 François Rioult
20
h2. Reference
21
22
[1] Céline Hébert, Alain Bretto, Bruno Crémilleux: Optimizing hypergraph transversal computation with an anti-monotone constraint. SAC 2007: 443-444