Processing math: 100%

Hypergraph / Transversal (Bibtex)

P302: Enumeration of all minimal transversal of a hypergraph
Input:
A hypergraph H.
Output:
All minimal transversal of H.
Complexity:
(n+N)O(logn) total time with O(nlogn) words.
Comment:
n=XH|X| and N is the number of solutions.
Reference:
[Tamaki2000] (Bibtex)
P141: Enumeration of all minimal transversal in a hypergraph
Input:
A hypergraph HA(k,r).
Output:
All minimal transversal in H.
Complexity:
O(nk+r+1|Hd|r+1) total time and O(Nr+1) total space.
Comment:
A(k,r) is the class of hyperedges with (k,r)-bounded intersections, i.e. in which the intersection of any k distinct hyperedges has size at most r. Minimal transversals of hypergraphs in some restricted classes can be enumerating in polynomial delay and space.
Reference:
[Boros2004] (Bibtex)